Skip to content

Commit

Permalink
Delivered 0.2.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
piraz committed Dec 9, 2021
1 parent c82456b commit 135d940
Show file tree
Hide file tree
Showing 4 changed files with 22 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.13'
release = '0.2.14'

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

Dec 09, 2021
------------

We are pleased to announce the release of Firenado 0.2.14.

Fixed pagination api as implemented in the new Cartola 0.14 and replaced travis
by github actions for testing.

Here are the highlights:

Refactory
~~~~~~~~~

* Update cartola paginator. `#380 <https://github.com/candango/firenado/issues/380>`_
* Replace travis by github actions. `#381 <https://github.com/candango/firenado/issues/381>`_
4 changes: 2 additions & 2 deletions firenado/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: UTF-8 -*-
#
# Copyright 2015-2021 Flavio Garcia
# Copyright 2015-2022 Flavio Garcia
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -18,7 +18,7 @@
"""The Firenado Framework"""

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


Expand Down

0 comments on commit 135d940

Please sign in to comment.