diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index b2e2ddd..bfd1902 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -2,6 +2,12 @@ Changelog ========= +1.0.3 (2012-12-07) +================== + +- Fix portet_cx_choices + [aclark] + 1.0.2 (2012-12-06) ================== diff --git a/setup.py b/setup.py index 2da0ca4..448ba24 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def _textFromPath(*names): path = os.path.join(here, *names) return open(path, 'r').read().strip() -version = '1.0.2' +version = '1.0.3' long_description = '\n\n'.join( (_textFromPath('README.rst'), _textFromPath('docs', 'HISTORY.txt')