From b3b24c35082fb25a392a89fda243220cf72763c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ernesto=20F=2E=20Gonz=C3=A1lez?= Date: Fri, 27 Jan 2023 16:24:27 +0000 Subject: [PATCH] Add version 0.4.0 --- 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 fd53f8a..fba7c59 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Changelog ========= +.. _v_0_4_0: + +0.4.0 (2023-01-27) +------------------ + +* Added sign in with Google (:issue:`8`) + .. _v_0_3_0: 0.3.0 (2023-01-18) diff --git a/docs/conf.py b/docs/conf.py index 080cf0d..ecd8f6d 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.3.0' +release = '0.4.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration