diff --git a/CHANGES b/CHANGES index 4754268..1358669 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,11 @@ Changelog These are all the changes in twtxt since the first public release. +1.2.3 +----- + +- No changes, just new version number because of PyPI problems + 1.2.2 ----- diff --git a/twtxt/__init__.py b/twtxt/__init__.py index 67756cf..84455e2 100644 --- a/twtxt/__init__.py +++ b/twtxt/__init__.py @@ -9,4 +9,4 @@ """ -__version__ = '1.3.0-dev' +__version__ = '1.2.3'