Skip to content

Commit 8cfa5fb

Browse files
committed
Bump version number to 1.5.1
1 parent 0cdb9b7 commit 8cfa5fb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ReleaseNotes.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Release Notes
33
=============
44

5-
Next Release
6-
============
5+
1.5.1
6+
=====
77

88
- Improvements to documentation (scottclowe).
99
- Improved code linting by reworking private variables in Rule class to now be properties and updated

pykwalify/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import os
99

1010
__author__ = 'Grokzen <Grokzen@gmail.com>'
11-
__version_info__ = (1, 5, 0)
11+
__version_info__ = (1, 5, 1)
1212
__version__ = '.'.join(map(str, __version_info__))
1313

1414

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="pykwalify",
13-
version="1.5.0",
13+
version="1.5.1",
1414
description='Python lib/cli for JSON/YAML schema validation',
1515
long_description=readme + '\n\n' + history,
1616
author="Johan Andersson",

0 commit comments

Comments
 (0)