Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v1.0.0a2 #14

Merged
merged 1 commit into from
Nov 19, 2015
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.
Jump to
Jump to file
Failed to load files.
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.0 (released TBD)
Version 1.0.0a2 (released 2015-11-19)

- 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-Records-UI v1.0.0
===========================
=============================
Invenio-Records-UI v1.0.0a2
=============================

Invenio-Records-UI v1.0.0 was released on TBD, 2015.
Invenio-Records-UI v1.0.0a2 was released on November 19, 2015.

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

$ pip install invenio-records-ui==1.0.0
$ pip install invenio-records-ui==1.0.0a2

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion invenio_records_ui/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.dev20150000"
__version__ = "1.0.0a2"