Skip to content

Commit

Permalink
Flask-Breadcrumbs v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
  • Loading branch information
jirikuncar authored and tiborsimko committed Nov 5, 2014
1 parent 1c9ddb3 commit 4c65db6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
12 changes: 10 additions & 2 deletions CHANGES
Expand Up @@ -4,6 +4,14 @@ Changelog
Here you can see the full list of changes between each Flask-Breadcrumbs
release.

Version 0.1
-----------
Version 0.2.0 (released 2014-11-05)

- The Flask-Breadcrumbs extension is now released under more
permissive Revised BSD License. (#11)
- Documentation improvements. (#13)
- Extension initialization improvements. (#12)
- Support for Python 3.4. (#5)

Version 0.1.0 (released 2014-07-24)

- Initial public release
12 changes: 8 additions & 4 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
======================================
Flask-Breadcrumbs v0.1.0 is released
Flask-Breadcrumbs v0.2.0 is released
======================================

Flask-Breadcrumbs v0.1.0 was released on June 27, 2014.
Flask-Breadcrumbs v0.2.0 was released on November 5, 2014.

About
-----
Expand All @@ -13,7 +13,11 @@ generating site breadcrumb navigation.
What's new
----------

- Initial public release.
- The Flask-Breadcrumbs extension is now released under more
permissive Revised BSD License. (#11)
- Documentation improvements. (#13)
- Extension initialization improvements. (#12)
- Support for Python 3.4. (#5)

Installation
------------
Expand All @@ -23,7 +27,7 @@ Installation
Documentation
-------------

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

Homepage
--------
Expand Down
2 changes: 1 addition & 1 deletion flask_breadcrumbs/version.py
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.dev20141104"
__version__ = "0.2.0"

0 comments on commit 4c65db6

Please sign in to comment.