Skip to content

Commit

Permalink
Release version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swrichards committed Feb 6, 2025
1 parent 5466bad commit 03a3578
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog
=========

0.7.0 (2025-02-06)
==================

**New features**

* Add a directive for general purpose documentation in downstream projects

**Bugfixes and QoL Changes**
* Do not mark blank=True strings as polymorphic
* [#58] Add example for UUID field in directive
* Provide more descriptive errors on step loading in runner

0.6.0 (2025-01-23)
==================

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Welcome to django_setup_configuration's documentation!
======================================================

:Version: 0.6.0
:Version: 0.7.0
:Source: https://github.com/maykinmedia/django-setup-configuration
:Keywords: Configuration
:PythonVersion: 3.10
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
author = "Maykin Media"

# The full version, including alpha/beta/rc tags
release = "0.6.0"
release = "0.7.0"


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "django_setup_configuration"
version = "0.6.0"
version = "0.7.0"
description = "Pluggable configuration setup used with the django management command"
authors = [
{name = "Maykin Media", email = "[email protected]"}
Expand Down Expand Up @@ -88,7 +88,7 @@ testpaths = ["tests"]
DJANGO_SETTINGS_MODULE = "testapp.settings"

[tool.bumpversion]
current_version = "0.6.0"
current_version = "0.7.0"
files = [
{filename = "pyproject.toml"},
{filename = "README.rst"},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h1>
</div>
<p>
Further information can be found at the
<a class="reference external" href="https://django-setup-configuration.readthedocs.io/en/0.6.0/quickstart.html#command-usage">
<a class="reference external" href="https://django-setup-configuration.readthedocs.io/en/0.7.0/quickstart.html#command-usage">
django-setup-configuration
</a>
documentation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h1>
</div>
<p>
Further information can be found at the
<a class="reference external" href="https://django-setup-configuration.readthedocs.io/en/0.6.0/quickstart.html#command-usage">
<a class="reference external" href="https://django-setup-configuration.readthedocs.io/en/0.7.0/quickstart.html#command-usage">
django-setup-configuration
</a>
documentation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h1>
</div>
<p>
Further information can be found at the
<a class="reference external" href="https://django-setup-configuration.readthedocs.io/en/0.6.0/quickstart.html#command-usage">
<a class="reference external" href="https://django-setup-configuration.readthedocs.io/en/0.7.0/quickstart.html#command-usage">
django-setup-configuration
</a>
documentation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h1>
</div>
<p>
Further information can be found at the
<a class="reference external" href="https://django-setup-configuration.readthedocs.io/en/0.6.0/quickstart.html#command-usage">
<a class="reference external" href="https://django-setup-configuration.readthedocs.io/en/0.7.0/quickstart.html#command-usage">
django-setup-configuration
</a>
documentation.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h1>
</div>
<p>
Further information can be found at the
<a class="reference external" href="https://django-setup-configuration.readthedocs.io/en/0.6.0/quickstart.html#command-usage">
<a class="reference external" href="https://django-setup-configuration.readthedocs.io/en/0.7.0/quickstart.html#command-usage">
django-setup-configuration
</a>
documentation.
Expand Down

0 comments on commit 03a3578

Please sign in to comment.