Merge branch 'master' of github.com:huge-success/sanic

This commit is contained in:
Adam Hopkins 2020-06-29 14:55:52 +03:00
commit a357add14e
2 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,14 @@
Version 20.6.2
===============
Features
********
*
`#1641 <https://github.com/huge-success/sanic/pull/1641>`_
Socket binding implemented properly for IPv6 and UNIX sockets
Version 20.6.1 Version 20.6.1
=============== ===============
@ -73,6 +84,13 @@ Improved Documentation
`#1865 <https://github.com/huge-success/sanic/pull/1865>`_ `#1865 <https://github.com/huge-success/sanic/pull/1865>`_
Fixing rst format issue that was hiding documentation Fixing rst format issue that was hiding documentation
Version 20.6.0
===============
*Released, but unintentionally ommitting PR #1880, so was replaced by 20.6.1*
Version 20.3.0 Version 20.3.0
=============== ===============

View File

@ -1 +1 @@
__version__ = "20.6.1" __version__ = "20.6.2"