From 190bcf30665c5a5b64c746440c811c6dbdd1bcf7 Mon Sep 17 00:00:00 2001 From: Paul Schilling Date: Mon, 15 Jul 2024 16:14:33 +0200 Subject: [PATCH] Release 0.3 --- CHANGELOG.rst | 6 ++++++ README.rst | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bba979e..4539f05 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog ========= +0.3.0 (2024-07-15) +================== + +* added option ``--dry-run`` for ``generate_config_docs`` management command to check that docs are + up-to-date without creating them. + 0.2.0 (2024-07-11) ================== diff --git a/README.rst b/README.rst index 2b7e210..0ebe745 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Welcome to django_setup_configuration's documentation! ====================================================== -:Version: 0.2.0 +:Version: 0.3.0 :Source: https://github.com/maykinmedia/django-setup-configuration :Keywords: Configuration :PythonVersion: 3.10 diff --git a/pyproject.toml b/pyproject.toml index 4287f81..33979f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "django_setup_configuration" -version = "0.2.0" +version = "0.3.0" description = "Pluggable configuration setup used with the django management command" authors = [ {name = "Maykin Media", email = "support@maykinmedia.nl"}