diff --git a/docs/changelog.rst b/docs/changelog.rst index 80d5b93..fdde247 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -14,7 +14,7 @@ Here you can see what changed in every botogram release. botogram 0.2.1 ============== -*Bugfix release, not yet released* +*Bugfix release, released on March 31th, 2016* * Fix ``/help`` command crash if using markdown bits in the docstring (`issue 51`_) diff --git a/docs/conf.py b/docs/conf.py index 743df28..4554b9e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -23,7 +23,7 @@ author = "Pietro Albini" version = "0.2" -release = "0.2" +release = "0.2.1" language = None diff --git a/setup.py b/setup.py index b70d778..7b3cdf6 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def hello_command(chat, message, args): setuptools.setup( name = "botogram", - version = "0.2", + version = "0.2.1", url = "https://botogram.pietroalbini.io", license = "MIT",