From 6a2201ca95ecd62f4258aee6405be1c42b7bd684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Val=C3=A9rio?= Date: Tue, 31 Mar 2020 18:42:47 +0100 Subject: [PATCH] bumb version --- HISTORY.rst | 2 +- django_cryptolock/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index f4287b3..26a6064 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ History ------- -(next version) +0.1.0 (2020-03-31) ++++++++++++++ * Add validation for existing addresses on the signup form diff --git a/django_cryptolock/__init__.py b/django_cryptolock/__init__.py index 3b93d0b..3dc1f76 100644 --- a/django_cryptolock/__init__.py +++ b/django_cryptolock/__init__.py @@ -1 +1 @@ -__version__ = "0.0.2" +__version__ = "0.1.0" diff --git a/setup.cfg b/setup.cfg index 2f85223..7784d12 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.2 +current_version = 0.1.0 commit = True tag = False