From ada751370026f4afa7e32fe0f6e859c3a7ce6573 Mon Sep 17 00:00:00 2001 From: Grant Viklund Date: Mon, 14 Sep 2020 09:56:16 -0700 Subject: [PATCH] version bump --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index af813f5..fb23cc0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ author = 'Grant Viklund' # The full version, including alpha/beta/rc tags -release = '0.2.11' +release = '0.2.12' # -- General configuration ------------------------------------------------ diff --git a/setup.py b/setup.py index 8190eaa..1379a7b 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ package_metadata = { 'name': 'django-react-tools', - 'version': '0.2.11', + 'version': '0.2.12', 'description': 'Tools for helping integrate ReactJS into a Django project.', 'long_description': long_description, 'url': 'https://github.com/renderbox/django-react-tools',