diff --git a/allink_core/__init__.py b/allink_core/__init__.py index bdedb2a4..6933b41b 100644 --- a/allink_core/__init__.py +++ b/allink_core/__init__.py @@ -1,6 +1,6 @@ import os -__version__ = '2.6.3' +__version__ = '2.7.0' # Cheeky setting that allows each template to be accessible by two paths. # Eg: the template 'allink/templates/allink/base.html' can be accessed via both diff --git a/setup.cfg b/setup.cfg index f1abce6a..f961927f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.6.3 +current_version = 2.7.0 commit = True tag = True