We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57a38b8 commit bbef24fCopy full SHA for bbef24f
ReleaseNotes.rst
@@ -2,6 +2,12 @@
2
Release Notes
3
=============
4
5
+1.4.1
6
+=====
7
+
8
+- Added tests to sdist to enable downstream packaging to run tests. No code changes in this release.
9
10
11
1.4.0
12
=====
13
pykwalify/__init__.py
@@ -8,7 +8,7 @@
import os
__author__ = 'Grokzen <Grokzen@gmail.com>'
-__version_info__ = (1, 4, 0)
+__version_info__ = (1, 4, 1)
__version__ = '.'.join(map(str, __version_info__))
14
setup.py
@@ -10,7 +10,7 @@
setup(
name="pykwalify",
- version="1.4.0",
+ version="1.4.1",
description='Python lib/cli for JSON/YAML schema validation',
15
long_description=readme + '\n\n' + history,
16
author="Johan Andersson",
0 commit comments