Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Commit

Permalink
flask-appfactory v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
  • Loading branch information
lnielsen committed Aug 17, 2015
1 parent 183a4c0 commit f0c7fba
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changes
=======

Version 0.2.0 (released 2015-08-17)

- Adds support for creating Celery applications with Flask-AppFactory.

- Adds support for using a custom Flask application class.

- Fixes minor issues with configuration registry loading order

- Increases test coverage to 100%.

Version 0.1.0 (released 2015-08-03)

- Initial public release.
17 changes: 14 additions & 3 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=========================
Flask-AppFactory v0.1.0
Flask-AppFactory v0.2.0
=========================

Flask-AppFactory v0.1.0 was released on August 3, 2015.
Flask-AppFactory v0.2.0 was released on August 17, 2015.

About
-----
Expand All @@ -15,10 +15,21 @@ Installation

$ pip install flask-appfactory

What's new
----------

- Adds support for creating Celery applications with Flask-AppFactory.

- Adds support for using a custom Flask application class.

- Fixes minor issues with configuration registry loading order

- Increases test coverage to 100%.

Documentation
-------------

http://flask-appfactory.readthedocs.org/en/v0.1.0
http://flask-appfactory.readthedocs.org/en/v0.2.0

Homepage
--------
Expand Down
2 changes: 1 addition & 1 deletion flask_appfactory/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# Do not change the format of this next line. Doing so risks breaking
# setup.py and docs/conf.py

__version__ = "0.1.1.dev20150803"
__version__ = "0.2.0"

0 comments on commit f0c7fba

Please sign in to comment.