Skip to content

Commit

Permalink
release: v1.0.0a12
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Harraudeau <nicolas.harraudeau@cern.ch>
  • Loading branch information
Nicolas Harraudeau committed May 5, 2017
1 parent 87c7db9 commit 499f33e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
@@ -1,6 +1,6 @@
..
This file is part of Invenio.
Copyright (C) 2015, 2016 CERN.
Copyright (C) 2015, 2016, 2017 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,7 +24,7 @@
Changes
=======

Version 1.0.0a11 (released 2016-11-11)
Version 1.0.0a12 (released 2017-05-05)
--------------------------------------

- Major incompatible rewrite.
Expand Down
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
==========================
Invenio-Access v1.0.0a11
Invenio-Access v1.0.0a12
==========================

Invenio-Access v1.0.0a11 was released on November 11, 2016.
Invenio-Access v1.0.0a12 was released on May 05, 2017.

About
-----
Expand All @@ -14,7 +14,7 @@ Invenio module for common role based access control.
Installation
------------

$ pip install invenio-access==1.0.0a11
$ pip install invenio-access==1.0.0a12

Documentation
-------------
Expand Down
4 changes: 2 additions & 2 deletions invenio_access/version.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Invenio.
# Copyright (C) 2015, 2016 CERN.
# Copyright (C) 2015, 2016, 2017 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.0a12.dev20161111"
__version__ = "1.0.0a12"

0 comments on commit 499f33e

Please sign in to comment.