We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cdb9b7 commit 8cfa5fbCopy full SHA for 8cfa5fb
ReleaseNotes.rst
@@ -2,8 +2,8 @@
2
Release Notes
3
=============
4
5
-Next Release
6
-============
+1.5.1
+=====
7
8
- Improvements to documentation (scottclowe).
9
- Improved code linting by reworking private variables in Rule class to now be properties and updated
pykwalify/__init__.py
@@ -8,7 +8,7 @@
import os
10
__author__ = 'Grokzen <Grokzen@gmail.com>'
11
-__version_info__ = (1, 5, 0)
+__version_info__ = (1, 5, 1)
12
__version__ = '.'.join(map(str, __version_info__))
13
14
setup.py
@@ -10,7 +10,7 @@
setup(
name="pykwalify",
- version="1.5.0",
+ version="1.5.1",
description='Python lib/cli for JSON/YAML schema validation',
15
long_description=readme + '\n\n' + history,
16
author="Johan Andersson",
0 commit comments