From 63d40f1ee72fa43f3c6ed9f32fc138fc77345324 Mon Sep 17 00:00:00 2001 From: buckket Date: Thu, 28 Sep 2017 18:09:01 +0200 Subject: [PATCH] This is 1.2.3 --- CHANGES | 5 +++++ twtxt/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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'