Version bump to 2.3.1

This commit is contained in:
Raphaël Barrois
2014-09-24 00:11:25 +02:00
parent 79fb67f86c
commit 654ade2419
2 changed files with 9 additions and 1 deletions

View File

@@ -2,6 +2,14 @@ ChangeLog
=========
2.3.1 (2014-09-24)
------------------
*Bugfix:*
* `#13 <https://github.com/rbarrois/python-semanticversion/issues/13>`_: Fix handling of files encoding
in ``setup.py``.
2.3.0 (2014-03-16)
------------------

View File

@@ -4,7 +4,7 @@
__author__ = "Raphaël Barrois <raphael.barrois+semver@polytechnique.org>"
__version__ = '2.3.0'
__version__ = '2.3.1'
from .base import compare, match, validate, Spec, SpecItem, Version