diff --git a/allink_core/__init__.py b/allink_core/__init__.py index 044da99e..8844ebbd 100644 --- a/allink_core/__init__.py +++ b/allink_core/__init__.py @@ -1,6 +1,6 @@ import os -__version__ = '2.0.4' +__version__ = '2.0.5' # 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 ed1112b8..53d6440d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.4 +current_version = 2.0.5 commit = True tag = True