From 8f1fc146b912f66202e6ea10cd256b07c3f0da9f Mon Sep 17 00:00:00 2001 From: Leigh Johnson Date: Tue, 21 Feb 2023 07:21:29 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.10=20=E2=86=92=200.2.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- django_ghost/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django_ghost/__init__.py b/django_ghost/__init__.py index 6232f7a..5635676 100644 --- a/django_ghost/__init__.py +++ b/django_ghost/__init__.py @@ -1 +1 @@ -__version__ = "0.2.10" +__version__ = "0.2.11" diff --git a/setup.cfg b/setup.cfg index 436abfe..05bc4d4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.10 +current_version = 0.2.11 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)((?P(dev|rc))+(?P\d+))?