Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Sep 30, 2015
1 parent 69ad0ca commit 5730eac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Release Notes
=============

Next Release
============
1.5.0
=====

- float / number type now support range restrictions
- ranges on non number types (e.g. seq, string) now need to be non negative.
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, 1)
__version_info__ = (1, 5, 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 @@ -10,7 +10,7 @@

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

0 comments on commit 5730eac

Please sign in to comment.