summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2016-02-12 00:41:09 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2016-02-12 00:41:09 +0100
commitc321d091d9754bc0d3692864f6f1e594136ef429 (patch)
treef55f61c25fc08ba61f970c08d2402e66e11a6426 /ChangeLog
parentf74de67a9a476114370292691ac709109269ddbb (diff)
parent9a1144034f81ffa76b9e00ac9220f8c024dba1ab (diff)
downloadsemantic-version-c321d091d9754bc0d3692864f6f1e594136ef429.tar.gz
Merge branch 'bump-version-2' of https://github.com/MinchinWeb/python-semanticversion into MinchinWeb-bump-version-2
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd7c3db..0fd7823 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,8 @@ ChangeLog
parameters differ only by build metadata
* ``Spec('<=1.3.0')`` now matches ``Version('1.3.0+abde24fe883')``
+ * `#24 <https://github.com/rbarrois/python-semanticversion/issues/24>`_: Fix handling of bumping pre-release versions, thanks to @minchinweb.
+
2.4.2 (2015-07-02)
------------------