We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b851a6f commit 2001c62Copy full SHA for 2001c62
CHANGELOG
@@ -8,6 +8,14 @@ Python SemVer library
8
All notable changes to this code base will be documented in this file,
9
in every released version.
10
11
+Version 2.7.9
12
+=============
13
+
14
+:Released: 2017-09-23
15
+:Maintainer: Kostiantyn Rybnikov <k-bx@k-bx.com>
16
17
+* Issue #65 (PR #66). Add finalize_version function
18
19
Version 2.7.8
20
=============
21
semver.py
@@ -6,7 +6,7 @@
6
import re
7
-__version__ = '2.7.8'
+__version__ = '2.7.9'
__author__ = 'Kostiantyn Rybnikov'
__author_email__ = 'k-bx@k-bx.com'
0 commit comments