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.0a7 #38

Merged
merged 1 commit into from
Sep 2, 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.
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.0a6 (released 2016-05-25)
Version 1.0.0a7 (released 2016-09-02)

- 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-Indexer v1.0.0a6
Invenio-Indexer v1.0.0a7
==========================

Invenio-Indexer v1.0.0a6 was released on May 31, 2016.
Invenio-Indexer v1.0.0a7 was released on September 2, 2016.

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

$ pip install invenio-indexer==1.0.0a6
$ pip install invenio-indexer==1.0.0a7

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion invenio_indexer/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.0a7.dev20160531"
__version__ = "1.0.0a7"