From 77c1c7ad8409073b3c29fdc8691e2f1d55a7558a Mon Sep 17 00:00:00 2001 From: Andy Grabow Date: Sun, 25 Feb 2018 16:39:23 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.0=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- django_undeletable/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django_undeletable/__init__.py b/django_undeletable/__init__.py index 39f72ad..877995f 100644 --- a/django_undeletable/__init__.py +++ b/django_undeletable/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.6.0' +__version__ = '1.0.0' default_app_config = 'django_undeletable.apps.DjangoUndeletableConfig' diff --git a/setup.cfg b/setup.cfg index bfd6771..72ef10a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 1.0.0 commit = True tag = True