Skip to content

Commit

Permalink
release: v1.0.0a2
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 Apr 26, 2016
1 parent c97d825 commit 5ef4f1f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
@@ -1,6 +1,6 @@
..
This file is part of Invenio.
Copyright (C) 2015 CERN.
Copyright (C) 2015, 2016 CERN.
Invenio is free software; you can redistribute it
and/or modify it under the terms of the GNU General Public License as
Expand All @@ -24,8 +24,8 @@
Changes
=======

Version 1.0.0 (released 2015-12-07)
-----------------------------------
Version 1.0.0a2 (released 2016-04-26)
-------------------------------------

- Refactores package.

Expand Down
10 changes: 5 additions & 5 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
=============================
Invenio-OAuth2Server v1.0.0
=============================
===============================
Invenio-OAuth2Server v1.0.0a2
===============================

Invenio-OAuth2Server v1.0.0 was released on December 7, 2015.
Invenio-OAuth2Server v1.0.0a2 was released on April 26, 2016.

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

$ pip install invenio-oauth2server==1.0.0
$ pip install invenio-oauth2server==1.0.0a2

Documentation
-------------
Expand Down
4 changes: 2 additions & 2 deletions invenio_oauth2server/version.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2015 CERN.
# Copyright (C) 2015, 2016 CERN.
#
# Invenio is free software; you can redistribute it
# and/or modify it under the terms of the GNU General Public License as
Expand Down Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = "1.0.0a2.dev20151208"
__version__ = "1.0.0a2"

0 comments on commit 5ef4f1f

Please sign in to comment.