From d7eddff3309431344329e24fb5be628b6f8061dc Mon Sep 17 00:00:00 2001
From: David Barnes <barnesdavidj@gmail.com>
Date: Sun, 15 Jan 2023 16:47:45 -0500
Subject: [PATCH] Bump version.

---
 docs/source/conf.py | 2 +-
 pyproject.toml      | 2 +-
 setup.cfg           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index abd4ef1..084a480 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -25,7 +25,7 @@ copyright = '2022, David Barnes'
 author = 'David Barnes'
 
 # The full version, including alpha/beta/rc tags
-release = '0.1.5'
+release = '0.1.6'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/pyproject.toml b/pyproject.toml
index 99c9d59..db942c2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__"
 
 [project]
 name = "django-adminlte2-pdq"
-version = "0.1.5"
+version = "0.1.6"
 description = "A Django app that takes all of the work out of making a beautiful and functional web application pretty darn quickly (PDQ) using the AdminLTE2 theme."
 readme = "README.md"
 authors = [{ name = "David Barnes", email = "barnesdavidj@gmail.com" }]
diff --git a/setup.cfg b/setup.cfg
index 7bd0055..7c9fb3d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = django-adminlte2-pdq
-version = 0.1.5
+version = 0.1.6
 description = A Django app that takes all of the work out of making a beautiful and functional web application pretty darn quickly (PDQ) using the AdminLTE2 theme.
 long_description = file: README.md
 url = https://github.com/DJBarnes/django-adminlte2-pdq
-- 
GitLab