From 583e843c43137b13517f63dfbdf1d17513d83700 Mon Sep 17 00:00:00 2001 From: Matthaus Woolard Date: Sun, 10 Jul 2022 20:29:59 +1200 Subject: [PATCH] bump version --- djangochannelsrestframework/__init__.py | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/djangochannelsrestframework/__init__.py b/djangochannelsrestframework/__init__.py index 5becc17..6849410 100644 --- a/djangochannelsrestframework/__init__.py +++ b/djangochannelsrestframework/__init__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.1.0" diff --git a/docs/conf.py b/docs/conf.py index 4926f51..5ea602f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -15,7 +15,7 @@ sys.path.insert(0, os.path.abspath("..")) -__version__ = "1.0.0" +__version__ = "1.1.0" # Setup Django from django.conf import settings