diff --git a/docs/source/conf.py b/docs/source/conf.py index abd4ef1b7a82b2b2bfabc96541ad8b14b42c4706..084a480cc59ef881893ae6e5eb7aa7a9c96c9105 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 99c9d59dc51796f59f36d480c51ad1bcd8db8c34..db942c22bcac9e20ff007211b8e1a7b9dd2a5165 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 7bd00557d15f3e9a2188dc641f70db0e31659346..7c9fb3dbb5888c6c5f0a2ec2fae5957f7089ce6b 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