Bumping up version from 19.6.2 to 19.6.3
This commit is contained in:
parent
21307b397b
commit
8bf2bdff74
|
@ -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 <https://github.com/huge-success/sanic/issues/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 <https://github.com/huge-success/sanic/issues/1631>`__)
|
||||||
|
|
||||||
|
|
||||||
Version 19.6.2
|
Version 19.6.2
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
|
|
@ -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`
|
|
|
@ -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.
|
|
|
@ -14,7 +14,8 @@ multi_line_output = 3
|
||||||
not_skip = __init__.py
|
not_skip = __init__.py
|
||||||
|
|
||||||
[version]
|
[version]
|
||||||
current_version = 19.6.2
|
current_version = 19.6.3
|
||||||
files = sanic/__version__.py
|
files = sanic/__version__.py
|
||||||
current_version_pattern = __version__ = "{current_version}"
|
current_version_pattern = __version__ = "{current_version}"
|
||||||
new_version_pattern = __version__ = "{new_version}"
|
new_version_pattern = __version__ = "{new_version}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user