diff --git a/django_ghost/__init__.py b/django_ghost/__init__.py index 11ef092..f3291e9 100644 --- a/django_ghost/__init__.py +++ b/django_ghost/__init__.py @@ -1 +1 @@ -__version__ = "0.2.13" +__version__ = "0.2.14" diff --git a/setup.cfg b/setup.cfg index 394ea5b..c1425f3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.13 +current_version = 0.2.14 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P(dev|rc))+(?P\d+))?