Skip to content

Commit bbef24f

Browse files
committedAug 27, 2015
Bump version number to 1.4.1
1 parent 57a38b8 commit bbef24f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
 

‎ReleaseNotes.rst

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

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+
511
1.4.0
612
=====
713

‎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, 4, 0)
11+
__version_info__ = (1, 4, 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.4.0",
13+
version="1.4.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)