From 429709e4d73cec639fc5f67f9e77bfad33bf6480 Mon Sep 17 00:00:00 2001 From: David Barnes <barnesdavidj@gmail.com> Date: Sun, 13 Nov 2022 19:32:40 -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 174ef73..abd4ef1 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' +release = '0.1.5' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 3f2d1bb..99c9d59 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.4" +version = "0.1.5" 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 9d0b44c..7bd0055 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-adminlte2-pdq -version = 0.1.4 +version = 0.1.5 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