Skip to content

Commit

Permalink
Flask-Breadcrumbs v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
  • Loading branch information
jirikuncar committed Mar 16, 2015
1 parent 324a60a commit 615c24d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGES
Expand Up @@ -4,6 +4,13 @@ Changelog
Here you can see the full list of changes between each Flask-Breadcrumbs
release.

Version 0.3.0 (released 2015-03-16)

- Improved factory pattern support. (#19)
- Added example of using a dynamic list constructor with variables.
(#16 #17)
- Allows usage of ordered breadcrumbs as menu. (#15)

Version 0.2.0 (released 2014-11-05)

- The Flask-Breadcrumbs extension is now released under more
Expand Down
15 changes: 7 additions & 8 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
======================================
Flask-Breadcrumbs v0.2.0 is released
Flask-Breadcrumbs v0.3.0 is released
======================================

Flask-Breadcrumbs v0.2.0 was released on November 5, 2014.
Flask-Breadcrumbs v0.3.0 was released on March 16, 2015.

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

- 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)
- Improved factory pattern support. (#19)
- Added example of using a dynamic list constructor with variables.
(#16 #17)
- Allows usage of ordered breadcrumbs as menu. (#15)

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

http://flask-breadcrumbs.readthedocs.org/en/v0.2.0
http://flask-breadcrumbs.readthedocs.org/en/v0.3.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.3.0.dev20150223"
__version__ = "0.3.0"

0 comments on commit 615c24d

Please sign in to comment.