diff --git a/docs/changelog.rst b/docs/changelog.rst index 29b29cbe..5a219a31 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,7 +8,7 @@ For an overview of what has changed between versions, see the :ref:`changelog`. .. _changelog: -x.x.x, 2023-X-XXX +0.1.1 2023-05-14 ----------------- -TODO - Initial public release \ No newline at end of file +Initial public release \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 948a6b48..6617aa71 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ project = "django-dashboards" copyright = "2023, Wildfish" author = "Wildfish" -release = "0.1.0" +release = "0.1.1" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.cfg b/setup.cfg index 879a0827..717da572 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-dashboards -version = 0.1.0 +version = 0.1.1 description = Tools for building data dashboards with Django long_description = file: README.rst url = https://github.com/wildfish/django-dashboards