Skip to content

Commit

Permalink
release: v0.5.1
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 Jan 4, 2016
1 parent f06a208 commit ee365c5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
10 changes: 10 additions & 0 deletions CHANGES.rst
@@ -1,7 +1,13 @@
Changes
=======

Version 0.5.1 (released 2016-01-04)
-----------------------------------

- Improves tests for checking when an item is active.

Version 0.5.0 (released 2015-10-30)
-----------------------------------

- Drops support for Python 2.6.
- Adds new property to MenuEntryMixin which allows the user to retrieve the
Expand All @@ -14,6 +20,7 @@ Version 0.5.0 (released 2015-10-30)
- Updates to the new standard greeting phrase

Version 0.4.0 (released 2015-07-23)
-----------------------------------

- Flask-Classy support and automatic detection of parameters for
`url_for`. (#33)
Expand All @@ -23,13 +30,15 @@ Version 0.4.0 (released 2015-07-23)
the test suite on the same host. (#29)

Version 0.3.0 (released 2015-03-17)
-----------------------------------

- New method `has_active_child(recursive=True)` in `MenuEntryMixin`. (#25)
- Fixed documentation of blueprint example. (#21)
- Configuration for Docker and demo app. (#22 #29)
- Fixed template example and added code block types. (#14)

Version 0.2.0 (released 2014-11-04)
-----------------------------------

- The Flask-Menu extension is now released under more permissive
Revised BSD License. (#12)
Expand All @@ -40,5 +49,6 @@ Version 0.2.0 (released 2014-11-04)
- Documentation improvements. (#3)

Version 0.1.0 (released 2014-06-27)
-----------------------------------

- Initial public release.
22 changes: 8 additions & 14 deletions RELEASE-NOTES.rst
@@ -1,30 +1,24 @@
===============================
Flask-Menu v0.5.0 is released
===============================
===================
Flask-Menu v0.5.1
===================

Flask-Menu v0.5.0 was released on October 30, 2015.
Flask-Menu v0.5.1 was released on January 4, 2016.

About
-----

Flask-Menu is a Flask extension that adds support for generating
menus.

Incompatible changes
~~~~~~~~~~~~~~~~~~~~
Improved features
-----------------

* Drops support for Python 2.6.

New features
~~~~~~~~~~~~

* Adds new property to MenuEntryMixin which allows the user to retrieve the
current active item from the MenuEntryMixin's tree.
- Improves tests for checking when an item is active.

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

$ pip install Flask-Menu==0.5.0
$ pip install Flask-Menu==0.5.1

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion flask_menu/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.5.1.dev20150000"
__version__ = "0.5.1"

0 comments on commit ee365c5

Please sign in to comment.