From 21307b397bfb5b244aae1f432bbec2903b482885 Mon Sep 17 00:00:00 2001 From: Yun Xu Date: Tue, 13 Aug 2019 10:03:08 -0700 Subject: [PATCH 1/2] release: 19.6.3 --- sanic/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanic/__version__.py b/sanic/__version__.py index 34be575c..df1e23a8 100644 --- a/sanic/__version__.py +++ b/sanic/__version__.py @@ -1 +1 @@ -__version__ = "19.6.2" +__version__ = "19.6.3" From 8bf2bdff74f514d11f3792de4128d30df2739f86 Mon Sep 17 00:00:00 2001 From: Yun Xu Date: Tue, 20 Aug 2019 18:51:17 -0700 Subject: [PATCH 2/2] Bumping up version from 19.6.2 to 19.6.3 --- CHANGELOG.rst | 23 +++++++++++++++++++++++ changelogs/1631.doc.rst | 6 ------ changelogs/1631.feature.rst | 4 ---- setup.cfg | 3 ++- 4 files changed, 25 insertions(+), 11 deletions(-) delete mode 100644 changelogs/1631.doc.rst delete mode 100644 changelogs/1631.feature.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4c3a6e86..0c9153b1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,26 @@ +Version 19.6.3 +============== + +Features +******** + +- Enable Towncrier Support + + As part of this feature, `towncrier` is being introduced as a mechanism to partially automate the process + of generating and managing change logs as part of each of pull requests. (`#1631 `__) + + +Improved Documentation +********************** + +- Documentation infrastructure changes + + - Enable having a single common `CHANGELOG` file for both GitHub page and documentation + - Fix Sphinix deprecation warnings + - Fix documentation warnings due to invalid `rst` indentation + - Enable common contribution guidelines file across GitHub and documentation via `CONTRIBUTING.rst` (`#1631 `__) + + Version 19.6.2 ============== diff --git a/changelogs/1631.doc.rst b/changelogs/1631.doc.rst deleted file mode 100644 index 03ffaedd..00000000 --- a/changelogs/1631.doc.rst +++ /dev/null @@ -1,6 +0,0 @@ -Documentation infrastructure changes - -- Enable having a single common `CHANGELOG` file for both GitHub page and documentation -- Fix Sphinix deprecation warnings -- Fix documentation warnings due to invalid `rst` indentation -- Enable common contribution guidelines file across GitHub and documentation via `CONTRIBUTING.rst` \ No newline at end of file diff --git a/changelogs/1631.feature.rst b/changelogs/1631.feature.rst deleted file mode 100644 index 1379564c..00000000 --- a/changelogs/1631.feature.rst +++ /dev/null @@ -1,4 +0,0 @@ -Enable Towncrier Support - -As part of this feature, `towncrier` is being introduced as a mechanism to partially automate the process -of generating and managing change logs as part of each of pull requests. \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index dc9b656d..f39f08c2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,8 @@ multi_line_output = 3 not_skip = __init__.py [version] -current_version = 19.6.2 +current_version = 19.6.3 files = sanic/__version__.py current_version_pattern = __version__ = "{current_version}" new_version_pattern = __version__ = "{new_version}" +