Skip to content

Commit

Permalink
Invenio-Ext v0.3.2
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 Oct 7, 2015
1 parent ece151d commit 5d35dea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Expand Up @@ -24,6 +24,11 @@
Changes
=======

Version 0.3.2 (released 2015-10-07)
-----------------------------------

- Code style fixes and version bump of required packages.

Version 0.3.1 (released 2015-10-05)
-----------------------------------

Expand Down
20 changes: 7 additions & 13 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
====================
Invenio-Ext v0.3.1
Invenio-Ext v0.3.2
====================

Invenio-Ext v0.3.1 was released on October 5, 2015.
Invenio-Ext v0.3.2 was released on October 7, 2015.

About
-----
Expand All @@ -11,26 +11,20 @@ Invenio module that provides integration with Flask extensions.

*This is an experimental developer preview release.*

Improved features
-----------------
What's new
----------

- Uses CFG_VERSION config variable to generate `bower.json`.

Bug fixes
---------

- Allows legacy UserInfo object creation without Invenio-Access
package.
- Code style fixes and version bump of required packages.

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

$ pip install invenio-ext==0.3.1
$ pip install invenio-ext==0.3.2

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

http://invenio-ext.readthedocs.org/en/v0.3.1
http://invenio-ext.readthedocs.org/en/v0.3.2

Happy hacking and thanks for flying Invenio-Ext.

Expand Down
2 changes: 1 addition & 1 deletion invenio_ext/version.py
Expand Up @@ -28,4 +28,4 @@
and parsed by ``setup.py``.
"""

__version__ = "0.3.2.dev20151005"
__version__ = "0.3.2"

0 comments on commit 5d35dea

Please sign in to comment.