From 603a680e4c531597bce42a13de760c2c0a206141 Mon Sep 17 00:00:00 2001 From: mike wakerly Date: Wed, 10 Aug 2022 12:11:15 +0100 Subject: [PATCH] v1.3.0 --- docs/source/management.rst | 2 +- docs/source/releases/changelog.rst | 4 ++-- pyproject.toml | 2 +- testdata/demo-site.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/management.rst b/docs/source/management.rst index 0ba1491f..613d32da 100644 --- a/docs/source/management.rst +++ b/docs/source/management.rst @@ -31,7 +31,7 @@ Gmail ~~~~~ To use a gmail account, you will first need to create an -`app-specific password ` +`app-specific password `_ for your gmail account. Then configure Kegbot as follows:: submission://example@gmail.com:app-specific-password@smtp.gmail.com/?_default_from_email=example@gmail.com diff --git a/docs/source/releases/changelog.rst b/docs/source/releases/changelog.rst index 3c1c0a0a..79d45252 100644 --- a/docs/source/releases/changelog.rst +++ b/docs/source/releases/changelog.rst @@ -6,8 +6,8 @@ Changelog **Upgrade Procedure:** Please follow :ref:`upgrading` for general upgrade steps. -Current Version (in development) --------------------------------- +Version 1.3.0 (2022-08-10) +-------------------------- For a detailed look at what's new in version 1.3, see :ref:`version-13-release-notes`. diff --git a/pyproject.toml b/pyproject.toml index 428e076f..3f8652bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ exclude = ''' [tool.poetry] name = "kegbot" -version = "1.3.0b8" +version = "1.3.0" description = "Kegbot Server" authors = ["The Kegbot Project contributors"] repository = "https://github.com/Kegbot/kegbot-server" diff --git a/testdata/demo-site.json b/testdata/demo-site.json index 86348e5b..e3a6f3d7 100644 --- a/testdata/demo-site.json +++ b/testdata/demo-site.json @@ -106,7 +106,7 @@ "pk": 1, "fields": { "name": "default", - "server_version": "1.3.0b8", + "server_version": "1.3.0", "is_setup": true, "registration_id": "", "volume_display_units": "imperial",