From 494e8150032178ee530c69ef253fd5903544a167 Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Tue, 10 Oct 2017 21:26:27 +0200 Subject: Ajout de la variable VERSION --- __init__.py | 1 + 1 file changed, 1 insertion(+) (limited to '__init__.py') diff --git a/__init__.py b/__init__.py index dbcf830..13ff905 100644 --- a/__init__.py +++ b/__init__.py @@ -13,4 +13,5 @@ # You should have received a copy of the GNU Affero General Public License # along with celcatsanitizer. If not, see . +VERSION = "dev" default_app_config = "edt.apps.EdtConfig" -- cgit v1.2.1 From 04ca9906dccbfd290a08aef037873302ff7eac3d Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Tue, 7 Nov 2017 17:58:26 +0100 Subject: Version 0.11.0 --- __init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '__init__.py') diff --git a/__init__.py b/__init__.py index 13ff905..1740b96 100644 --- a/__init__.py +++ b/__init__.py @@ -13,5 +13,7 @@ # You should have received a copy of the GNU Affero General Public License # along with celcatsanitizer. If not, see . -VERSION = "dev" +VERSION = "0.11" +__version__ = VERSION + default_app_config = "edt.apps.EdtConfig" -- cgit v1.2.1