Version bump to 2.3.1
This commit is contained in:
@@ -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)
|
||||
------------------
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user