Skip to content

Commit

Permalink
release: v1.0.0a14
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Nowak <k.nowak@cern.ch>
  • Loading branch information
Krzysztof Nowak committed Feb 23, 2017
1 parent 48d28b0 commit bf5f621
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -24,7 +24,7 @@
Changes
=======

Version 1.0.0a13 (released 2016-11-15)
Version 1.0.0a14 (released 2017-02-23)
--------------------------------------

- Refactors package.
Expand Down
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
================================
Invenio-OAuth2Server v1.0.0a13
Invenio-OAuth2Server v1.0.0a14
================================

Invenio-OAuth2Server v1.0.0a13 was released on November 15, 2016.
Invenio-OAuth2Server v1.0.0a14 was released on February 23, 2017.

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

$ pip install invenio-oauth2server==1.0.0a13
$ pip install invenio-oauth2server==1.0.0a14

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion invenio_oauth2server/version.py
Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.0.0a14.dev20161115"
__version__ = "1.0.0a14"

0 comments on commit bf5f621

Please sign in to comment.