Skip to content

Commit

Permalink
Flask-Menu 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 495b2c6 commit b3c8dc4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changes
=======

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
Expand Down
17 changes: 7 additions & 10 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
===============================
Flask-Menu v0.2.0 is released
Flask-Menu v0.3.0 is released
===============================

Flask-Menu v0.2.0 was released on November 4, 2014.
Flask-Menu v0.3.0 was released on March 17, 2015.

About
-----
Expand All @@ -13,13 +13,10 @@ menus.
What's new
----------

- The Flask-Menu extension is now released under more permissive
Revised BSD License. (#12)
- New support for additional keyword arguments stored as `MenuItem`
attributes. (#19)
- Richer quick-start usage example. (#16)
- Support for Python 3.4. (#6)
- Documentation improvements. (#3)
- 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)

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

http://flask-menu.readthedocs.org/en/v0.2.0
http://flask-menu.readthedocs.org/en/v0.3.0

Homepage
--------
Expand Down
4 changes: 2 additions & 2 deletions flask_menu/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Flask-Menu
# Copyright (C) 2013, 2014 CERN.
# Copyright (C) 2013, 2014, 2015 CERN.
#
# Flask-Menu is free software; you can redistribute it and/or modify
# it under the terms of the Revised BSD License; see LICENSE file for
Expand All @@ -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.2.1.dev20141104"
__version__ = "0.3.0"

0 comments on commit b3c8dc4

Please sign in to comment.