Skip to content
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.

release: v1.0.0a2 #33

Merged
merged 1 commit into from
Apr 22, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ Invenio module with nice defaults for MARC21 overlay.
- Javier Delgado <javier.delgado.fernandez@cern.ch>
- Jiri Kuncar <jiri.kuncar@cern.ch>
- Krzysztof Nowak <k.nowak@cern.ch>
- Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
- Leonardo Rossi <leonardo.r@cern.ch>
- Sebastian Witowski <witowski.sebastian@gmail.com>
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
Changes
=======

Version 1.0.0a1 (released 2016-03-15)
Version 1.0.0a2 (released 2016-04-22)

- Initial public release.
10 changes: 5 additions & 5 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=======================
Invenio-MARC21 v1.0.0a1
=======================
=========================
Invenio-MARC21 v1.0.0a2
=========================

Invenio-MARC21 v1.0.0a1 was released on March 15, 2016.
Invenio-MARC21 v1.0.0a2 was released on April 22, 2016.

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

$ pip install invenio-marc21==1.0.0a1
$ pip install invenio-marc21==1.0.0a2

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion invenio_marc21/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.0a2.dev20160315"
__version__ = "1.0.0a2"
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'invenio-indexer>=1.0.0a1',
'invenio-pidstore>=1.0.0a7',
'invenio-records>=1.0.0a12',
'invenio-search>=1.0.0a4',
'invenio-search>=1.0.0a7',
'isort>=4.2.2',
'mock>=1.3.0',
'pydocstyle>=1.0.0',
Expand Down Expand Up @@ -69,8 +69,8 @@
'Flask-BabelEx>=0.9.2',
'dojson>=1.2.0',
'invenio-jsonschemas>=1.0.0a2',
'invenio-records-rest>=1.0.0a8',
'invenio-records-ui>=1.0.0a5',
'invenio-records-rest>=1.0.0a9',
'invenio-records-ui>=1.0.0a6',
]

packages = find_packages()
Expand Down