Skip to content

Commit

Permalink
Merge pull request #260 from candango/develop
Browse files Browse the repository at this point in the history
Merging develop to master.
  • Loading branch information
piraz committed Dec 23, 2018
2 parents 5e6749a + 3cc51d2 commit 5fa9635
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include LICENSE
include requirements/basic.txt
include requirements/pexpect.txt
include requirements/redis.txt
include requirements/sqlalchemy.txt
include firenado/conf/*.yml
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.1.7.6
releases/v0.1.7.5
releases/v0.1.7.4
releases/v0.1.7.3
Expand Down
18 changes: 18 additions & 0 deletions docs/releases/v0.1.7.6.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
What's new in Firenado 0.1.7.6
==============================

Dec 22, 2018
------------

We are pleased to announce the release of Firenado 0.1.7.6.

Firenado 0.1.7.5 pip package was not correct use this release instead.


Here are the highlights:


Bug Fixes
~~~~~~~~~

* Cannot install 0.1.7.5 because the pexpect is missing on the manifest. `#258 <https://github.com/candango/firenado/issues/258>`_
2 changes: 1 addition & 1 deletion firenado/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
from __future__ import (absolute_import, division, print_function,
with_statement)

__version__ = (0, 1, 7, 5)
__version__ = (0, 1, 7, 6)

0 comments on commit 5fa9635

Please sign in to comment.