Skip to content

Commit

Permalink
Invenio-OAuthClient v0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Simko <[email protected]>
  • Loading branch information
tiborsimko committed Aug 25, 2015
1 parent 49ba349 commit 2383b91
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 10 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Invenio module that provides OAuth web authorization support.
- Jiri Kuncar <[email protected]>
- Lars Holm Nielsen <[email protected]>
- Leonardo Rossi <[email protected]>
- Ludmila Marian <[email protected]>
- Marco Neumann <[email protected]>
- Nicolas Harraudeau <[email protected]>
- Pamfilos Fokianos <[email protected]>
Expand Down
20 changes: 19 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,24 @@
Changes
=======

Version 0.1.0 (release 2015-08-04)
Version 0.1.1 (released 2015-08-25)
-----------------------------------

Improved features
~~~~~~~~~~~~~~~~~

- Improves the account setup for the CERN oauthclient.

Bug fixes
~~~~~~~~~

- Adds missing `invenio_upgrader` dependency and amends past upgrade
recipes following its separation into standalone package.

- Sends a validation email only if the option is enabled in the
config. (#4)

Version 0.1.0 (released 2015-08-04)
-----------------------------------

- Initial public release.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
include *.py
include *.rst
include *.txt
include .dockerignore .editorconfig
include .dockerignore .editorconfig .travis.yml
include LICENSE
include pytest.ini
include tox.ini
Expand Down
23 changes: 16 additions & 7 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
============================
Invenio-OAuthClient v0.1.0
Invenio-OAuthClient v0.1.1
============================

Invenio-OAuthClient v0.1.0 was released on August 4, 2015.
Invenio-OAuthClient v0.1.1 was released on August 25, 2015.

About
-----
Expand All @@ -11,20 +11,29 @@ Invenio module that provides OAuth web authorization support.

*This is an experimental development preview release.*

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

- Initial public release.
- Improves the account setup for the CERN oauthclient.

Bug fixes
---------

- Adds missing `invenio_upgrader` dependency and amends past upgrade
recipes following its separation into standalone package.

- Sends a validation email only if the option is enabled in the
config. (#4)

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

$ pip install invenio-oauthclient==0.1.0
$ pip install invenio-oauthclient==0.1.1

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

http://invenio-oauthclient.readthedocs.org/en/v0.1.0
http://invenio-oauthclient.readthedocs.org/en/v0.1.1

Happy hacking and thanks for flying Invenio-OAuthClient.

Expand Down
2 changes: 1 addition & 1 deletion invenio_oauthclient/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
and parsed by ``setup.py``.
"""

__version__ = "0.1.1.dev20150804"
__version__ = "0.1.1"

0 comments on commit 2383b91

Please sign in to comment.