Skip to content

Commit

Permalink
Delivered 0.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
piraz committed Nov 28, 2020
1 parent 3b7210f commit bda5e23
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 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.2'
release = '0.2.3'

# 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.3
releases/v0.2.2
releases/v0.2.1
releases/v0.2
Expand Down
2 changes: 1 addition & 1 deletion docs/releases/v0.2.2.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
What's new in Firenado 0.2.2
==========================
============================

Oct 09, 2020
------------
Expand Down
19 changes: 19 additions & 0 deletions docs/releases/v0.2.3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
What's new in Firenado 0.2.3
============================

Nov 28, 2020
------------

We are pleased to announce the release of Firenado 0.2.3.

Here are the highlights:

Bug Fixes
~~~~~~~~~

* Fix python 3.9 warnings. `#328 <https://github.com/candango/firenado/issues/328>`_

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

* Reference data sources in different files. `#171 <https://github.com/candango/firenado/issues/171>`_
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, 2)
__version__ = (0, 2, 3)
__licence__ = "Apache License V2.0"


Expand Down

0 comments on commit bda5e23

Please sign in to comment.