Skip to content

Commit

Permalink
Delivered 0.2.13.
Browse files Browse the repository at this point in the history
  • Loading branch information
piraz committed Oct 31, 2021
1 parent 733648f commit eecd6b1
Show file tree
Hide file tree
Showing 4 changed files with 26 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.12'
release = '0.2.13'

# 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.13
releases/v0.2.12
releases/v0.2.11
releases/v0.2.10
Expand Down
23 changes: 23 additions & 0 deletions docs/releases/v0.2.13.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
What's new in Firenado 0.2.13
=============================

Oct 31, 2021
------------

We are pleased to announce the release of Firenado 0.2.13.

This release is adding a new way to create sqlalchemy data sources and fixing
the xheaders warning when no xheaders parameter is defined in the application
configuration.

Here are the highlights:

Bug Fixes
~~~~~~~~~

* If xheaders isn't defined in an application firenado will always warn about it. `#374 <https://github.com/candango/firenado/issues/374>`_

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

* Define a sqlalchemy using parameters instead url. `#70 <https://github.com/candango/firenado/issues/70>`_
2 changes: 1 addition & 1 deletion firenado/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"""The Firenado Framework"""

__author__ = "Flavio Garcia <piraz@candango.org>"
__version__ = (0, 2, 12)
__version__ = (0, 2, 13)
__licence__ = "Apache License V2.0"


Expand Down

0 comments on commit eecd6b1

Please sign in to comment.