diff --git a/CHANGES.rst b/CHANGES.rst index ca44958..8d4c167 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -24,6 +24,6 @@ Changes ======= -Version 1.0.0a10 (released 2017-06-09) +Version 1.0.0b1 (released 2017-12-05) - Initial public release. diff --git a/RELEASE-NOTES.rst b/RELEASE-NOTES.rst deleted file mode 100644 index 8a72b9b..0000000 --- a/RELEASE-NOTES.rst +++ /dev/null @@ -1,34 +0,0 @@ -========================= -Invenio-Indexer v1.0.0a10 -========================= - -Invenio-Indexer v1.0.0a10 was released on June 9, 2017. - -About ------ - -Record indexer for Invenio. - -What's new ----------- - -- Initial public release. - -Installation ------------- - - $ pip install invenio-indexer==1.0.0a10 - -Documentation -------------- - - https://invenio-indexer.readthedocs.io/ - -Happy hacking and thanks for flying Invenio-Indexer. - -| Invenio Development Team -| Email: info@inveniosoftware.org -| IRC: #invenio on irc.freenode.net -| Twitter: https://twitter.com/inveniosoftware -| GitHub: https://github.com/inveniosoftware/invenio-indexer -| URL: http://inveniosoftware.org diff --git a/invenio_indexer/version.py b/invenio_indexer/version.py index e0cd112..11db28b 100644 --- a/invenio_indexer/version.py +++ b/invenio_indexer/version.py @@ -30,4 +30,4 @@ from __future__ import absolute_import, print_function -__version__ = '1.0.0a10' +__version__ = '1.0.0b1'