diff --git a/CHANGES.txt b/CHANGES.txt index 0e4fdc0..688705d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,13 @@ +0.1.1 +----- + +* Some random things required in production at MaMa Jean's... + + Specifically this is known to replace occurrences of e.g. ``edbob.User`` with + a more standard (properly imported) reference to ``User``. + + 0.1a29 ------ diff --git a/edbob/_version.py b/edbob/_version.py index 36ef6a9..df9144c 100644 --- a/edbob/_version.py +++ b/edbob/_version.py @@ -1 +1 @@ -__version__ = '0.1a29' +__version__ = '0.1.1'