From ef7280459955c1d33f236255e79ba37df1642616 Mon Sep 17 00:00:00 2001 From: David Barnes <barnesdavidj@gmail.com> Date: Fri, 9 Sep 2022 13:53:48 -0400 Subject: [PATCH] Bump version. --- docs/source/conf.py | 6 +++--- pyproject.toml | 2 +- setup.cfg | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 05d5622..db5d5c5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,11 +21,11 @@ from django.conf import settings # -- Project information ----------------------------------------------------- project = 'Django-Dump-Die' -copyright = '2022, David Barnes' -author = 'David Barnes' +copyright = '2022, David Barnes, Brandon Rodriguez' +author = 'David Barnes, Brandon Rodriguez' # The full version, including alpha/beta/rc tags -release = '0.1.2' +release = '0.1.4' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 7c0cf8c..47537ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta:__legacy__' [project] name = "django-dump-die" -version = "0.1.3" +version = "0.1.4" description = "A Django app to add Laravel/Symfony-like dump and die functionality." readme = "README.md" authors = [ diff --git a/setup.cfg b/setup.cfg index d22a3ba..f81d7c6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-dump-die -version = 0.1.3 +version = 0.1.4 description = A Django app to add Laravel-like dump and die. long_description = file: README.md url = https://github.com/DJBarnes/django-dump-die -- GitLab