diff --git a/HISTORY.md b/HISTORY.md index f24824224..101930ff7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -0.11.0 (dev) +0.11.0 ================== * Added: show success message after a topic moderation action @@ -12,7 +12,6 @@ `'spirit.core.storage.OverwriteFileSystemStorage'` that will overwrite files instead of renaming them when there is a name clash on save - 0.10.1 ================== diff --git a/spirit/__init__.py b/spirit/__init__.py index e1fbb4d63..4cad2e2aa 100644 --- a/spirit/__init__.py +++ b/spirit/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.11.0b' +__version__ = '0.11.0'