diff options
author | Alban Gruin | 2017-11-26 18:24:29 +0100 |
---|---|---|
committer | Alban Gruin | 2017-11-26 18:24:29 +0100 |
commit | 4998865c2d5e94c53547e44aed1dc825163c0c4a (patch) | |
tree | 8fea223d4439fac0a03ec5c237cd6482bdc44d39 /__init__.py | |
parent | a05da3098077e89bdb1f120b92ab87e593e331f4 (diff) |
Version 0.12.0v0.12.0
Diffstat (limited to '__init__.py')
-rw-r--r-- | __init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py index 1cdb4e3..03ae5ff 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.3" +VERSION = "0.12.0" __version__ = VERSION default_app_config = "edt.apps.EdtConfig" |