From 62cb9e5562f661ef180c59ba28f7686b92a4d1ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20F=2E=20Gonz=C3=A1lez?= Date: Tue, 6 Jun 2023 23:25:52 +0200 Subject: [PATCH] Update changelog --- docs/changelog.rst | 7 +++++++ docs/conf.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index fba7c59..6e54ae0 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Changelog ========= +.. _v_0_4_1: + +0.4.1 (2023-06-06) +------------------ + +* Fixed `createsuperuser` command (:issue:`36`) + .. _v_0_4_0: 0.4.0 (2023-01-27) diff --git a/docs/conf.py b/docs/conf.py index ecd8f6d..fdb9223 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = 'Django Rocket' copyright = '2023, Ernesto F. González' author = 'Ernesto F. González' -release = '0.4.0' +release = '0.4.1' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration