Skip to content

Commit

Permalink
release: v1.0.0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
lnielsen committed Feb 21, 2018
1 parent 48d6f3f commit 077004e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
7 changes: 1 addition & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,11 @@
Changes
=======

Version 1.0.0b4 (released 2018-01-22)
Version 1.0.0b5 (released 2018-02-21)
-------------------------------------

- Initial public release

Version 1.0.0a13 (released 2017-05-05)
--------------------------------------

- Refactoring for Invenio 3.

Version 0.1.1 (released 2015-08-25)
-----------------------------------

Expand Down
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
==============================
Invenio-OAuthClient v1.0.0b4
Invenio-OAuthClient v1.0.0b5
==============================

Invenio-OAuthClient v1.0.0b4 was released on January 22, 2018.
Invenio-OAuthClient v1.0.0b5 was released on February 21, 2018.

About
-----
Expand All @@ -17,7 +17,7 @@ What's new
Installation
------------

$ pip install invenio-oauthclient==1.0.0b4
$ pip install invenio-oauthclient==1.0.0b5

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion invenio_oauthclient/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = '1.0.0b4'
__version__ = '1.0.0b5'

0 comments on commit 077004e

Please sign in to comment.