From 654ade24194d34d8047574364fcb5e7eb74d089f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Wed, 24 Sep 2014 00:11:25 +0200 Subject: Version bump to 2.3.1 --- ChangeLog | 8 ++++++++ semantic_version/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 30563a8..e6fd35c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,14 @@ ChangeLog ========= +2.3.1 (2014-09-24) +------------------ + +*Bugfix:* + + * `#13 `_: Fix handling of files encoding + in ``setup.py``. + 2.3.0 (2014-03-16) ------------------ diff --git a/semantic_version/__init__.py b/semantic_version/__init__.py index d4cdb9e..21f3a07 100644 --- a/semantic_version/__init__.py +++ b/semantic_version/__init__.py @@ -4,7 +4,7 @@ __author__ = "Raphaƫl Barrois " -__version__ = '2.3.0' +__version__ = '2.3.1' from .base import compare, match, validate, Spec, SpecItem, Version -- cgit v1.2.1