diff options
author | Alban Gruin | 2017-11-07 17:58:26 +0100 |
---|---|---|
committer | Alban Gruin | 2017-11-07 17:58:26 +0100 |
commit | 04ca9906dccbfd290a08aef037873302ff7eac3d (patch) | |
tree | 486f5338748f56b8de86a752ca712563605257dc | |
parent | 9447e0865c9d8a374ff6feb1bcf501c5eb73faf2 (diff) |
Version 0.11.0v0.11.0
-rw-r--r-- | __init__.py | 4 |
1 files changed, 3 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. -VERSION = "dev" +VERSION = "0.11" +__version__ = VERSION + default_app_config = "edt.apps.EdtConfig" |