Skip to content

Commit

Permalink
flask-cli 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 Jul 31, 2015
1 parent da81c04 commit 1c7f8dc
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGES
@@ -1,6 +1,13 @@
Changes
=======

Version 0.1 (released 2015-07-31)
Version 0.2.0 (released 2015-07-31)

- Adds FlaskCLI extension to support app.cli.

- Changes default imports from flask_cli.cli to flask_cli and relies on Flask's
classes when v1.0 is installed.

Version 0.1.0 (released 2015-07-31)

- Initial public release
17 changes: 13 additions & 4 deletions RELEASE-NOTES.rst
@@ -1,23 +1,32 @@
=======================
Flask-CLI v0.1.0
Flask-CLI v0.2.0
=======================

Flask-CLI v0.1.0 was released on July 31, 2015.
Flask-CLI v0.2.0 was released on July 31, 2015.

About
-----

Flask-CLI is a partial backport of Flask 1.0 new click integration to v0.10.
Flask-CLI is a backport of Flask 1.0 new click integration to v0.10.

Installation
------------

$ pip install flask-cli

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

- Adds FlaskCLI extension to support app.cli.

- Changes default imports from flask_cli.cli to flask_cli and relies on Flask's
classes when v1.0 is installed.


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

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

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

__version__ = "0.1.1.dev20150731"
__version__ = "0.2.0"

0 comments on commit 1c7f8dc

Please sign in to comment.