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

release: v1.0.0a5 #54

Merged
merged 1 commit into from
Mar 16, 2017
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
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.0a4 (released 2017-02-22)
Version 1.0.0a5 (released 2017-03-16)

- Initial public release.
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=========================
Invenio-MARC21 v1.0.0a4
Invenio-MARC21 v1.0.0a5
=========================

Invenio-MARC21 v1.0.0a4 was released on February 22, 2017.
Invenio-MARC21 v1.0.0a5 was released on March 16, 2017.

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

$ pip install invenio-marc21==1.0.0a4
$ pip install invenio-marc21==1.0.0a5

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.0a5.dev20170223"
__version__ = "1.0.0a5"