From 861a6fce726dffc7246295828e241ee48a038198 Mon Sep 17 00:00:00 2001 From: nitely Date: Sat, 26 Sep 2020 22:03:37 -0300 Subject: [PATCH] bump to v0.11.0 --- HISTORY.md | 3 +-- spirit/__init__.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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'