Skip to content

Commit

Permalink
Bump version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Oct 3, 2018
1 parent c159fc9 commit 0cb237a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.6.1'
version = u'1.7.0'
# The full version, including alpha/beta/rc tags.
release = u'1.6.1'
release = u'1.7.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pykwalify/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import os

__author__ = 'Grokzen <[email protected]>'
__version_info__ = (1, 6, 0)
__version_info__ = (1, 7, 0)
__version__ = '.'.join(map(str, __version_info__))


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="pykwalify",
version="1.6.1",
version="1.7.0",
description='Python lib/cli for JSON/YAML schema validation',
long_description=readme + '\n\n' + history,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 0cb237a

Please sign in to comment.