diff options
author | Alban Gruin | 2017-11-24 21:30:53 +0100 |
---|---|---|
committer | Alban Gruin | 2017-11-24 21:30:53 +0100 |
commit | d9b78963e8526b803f1165c79ae2f97c6a36016b (patch) | |
tree | 99516195b996bffd4f520c8f45fdcd50e357265e | |
parent | b28630da06a6c1286d5cd34d6437d8dd19d6f298 (diff) |
Version 0.11.3v0.11.3stable/0.11.z
-rw-r--r-- | __init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py index f6ef57e..1cdb4e3 100644 --- a/__init__.py +++ b/__init__.py @@ -13,7 +13,7 @@ # You should have received a copy of the GNU Affero General Public License # along with celcatsanitizer. If not, see <http://www.gnu.org/licenses/>. -VERSION = "0.11.2" +VERSION = "0.11.3" __version__ = VERSION default_app_config = "edt.apps.EdtConfig" |