diff --git a/docs/source/conf.py b/docs/source/conf.py index 174ef73650051a75ad319000757ba8ecec58e4ad..abd4ef1b7a82b2b2bfabc96541ad8b14b42c4706 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 3f2d1bb698f06b6fd68a2a1559fb4b7194434219..99c9d59dc51796f59f36d480c51ad1bcd8db8c34 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 9d0b44c535b7cb6febbbf98ed137dbbb82544644..7bd00557d15f3e9a2188dc641f70db0e31659346 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