Skip to content

Commit

Permalink
Merge pull request #1657 from huge-success/release-19.6.3
Browse files Browse the repository at this point in the history
release: 19.6.3
  • Loading branch information
yunstanford authored Aug 22, 2019
2 parents 41862ec + 8bf2bdf commit 228a31e
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 12 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
==============

Expand Down
6 changes: 0 additions & 6 deletions changelogs/1631.doc.rst

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/1631.feature.rst

This file was deleted.

2 changes: 1 addition & 1 deletion sanic/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "19.6.2"
__version__ = "19.6.3"
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit 228a31e

Please sign in to comment.