Skip to content

Commit

Permalink
Bump version number to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Aug 27, 2015
1 parent 57a38b8 commit bbef24f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Release Notes
=============

1.4.1
=====

- Added tests to sdist to enable downstream packaging to run tests. No code changes in this release.


1.4.0
=====

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, 4, 0)
__version_info__ = (1, 4, 1)
__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 @@ -10,7 +10,7 @@

setup(
name="pykwalify",
version="1.4.0",
version="1.4.1",
description='Python lib/cli for JSON/YAML schema validation',
long_description=readme + '\n\n' + history,
author="Johan Andersson",
Expand Down

0 comments on commit bbef24f

Please sign in to comment.