Skip to content

Commit

Permalink
release: v1.0.0b2
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Rossi <leonardo.r@cern.ch>
  • Loading branch information
Leonardo Rossi committed Aug 17, 2017
1 parent c4af2bd commit a1033fa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.0b1 (released 2016-11-09)
Version 1.0.0b2 (released 2017-08-17)
-------------------------------------

What's new
Expand Down
8 changes: 4 additions & 4 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
==========================
Invenio-Records v1.0.0b1
Invenio-Records v1.0.0b2
==========================

Invenio-Records v1.0.0b1 was released on November 9, 2016.
Invenio-Records v1.0.0b2 was released on August 17, 2017.

About
-----
Expand Down Expand Up @@ -33,7 +33,7 @@ Bug fixes
Installation
------------

$ pip install invenio-records==1.0.0b1
$ pip install invenio-records==1.0.0b2

Documentation
-------------
Expand All @@ -45,6 +45,6 @@ Happy hacking and thanks for flying Invenio-Records.
| Invenio Development Team
| Email: info@inveniosoftware.org
| IRC: #invenio on irc.freenode.net
| Twitter: http://twitter.com/inveniosoftware
| Twitter: https://twitter.com/inveniosoftware
| GitHub: https://github.com/inveniosoftware/invenio-records
| URL: http://inveniosoftware.org
4 changes: 2 additions & 2 deletions invenio_records/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.0b2.dev20161109"
__version__ = "1.0.0b2"

0 comments on commit a1033fa

Please sign in to comment.