Skip to content

Commit

Permalink
Merge pull request #347 from piraz/develop
Browse files Browse the repository at this point in the history
Delivered 0.2.7.
  • Loading branch information
piraz committed Mar 14, 2021
2 parents 65a3b65 + 8612574 commit 9f4e944
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
# The short X.Y version.
version = '0.2'
# The full version, including alpha/beta/rc tags.
release = '0.2.6'
release = '0.2.7'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
1 change: 1 addition & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Release notes
.. toctree::
:maxdepth: 2

releases/v0.2.7
releases/v0.2.6
releases/v0.2.5
releases/v0.2.4
Expand Down
31 changes: 31 additions & 0 deletions docs/releases/v0.2.7.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
What's new in Firenado 0.2.7
============================

Mar 14, 2021
------------

We are pleased to announce the release of Firenado 0.2.7.

Upgraded to Tornado 6.1. Python 2.7 and 3.5 are no longer supported.

Significant refactory to unify TornadoHandler and TornadoWebSocketHandler
logic.


Here are the highlights:

Bug Fixes
~~~~~~~~~

* Launcher won't launch on Windows with python 3.9. `#339 <https://github.com/candango/firenado/issues/339>`_

New Features
~~~~~~~~~~~~

* Upgrade tornado to 6.1. `#344 <https://github.com/candango/firenado/issues/344>`_
* Remove Python 2.7 and 3.5 from the support list. `#343 <https://github.com/candango/firenado/issues/343>`_

Refactory
~~~~~~~~~

* Unify TornadoHandler and TornadoWebSocketHandler logic. `#342 <https://github.com/candango/firenado/issues/342>`_
2 changes: 1 addition & 1 deletion firenado/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from __future__ import (absolute_import, division, print_function,
with_statement)
__author__ = "Flavio Garcia <piraz@candango.org>"
__version__ = (0, 2, 6)
__version__ = (0, 2, 7)
__licence__ = "Apache License V2.0"


Expand Down

0 comments on commit 9f4e944

Please sign in to comment.