From 2534d0a8b48b71380c1ee8bd3c80340a4cfe3f1d Mon Sep 17 00:00:00 2001 From: Tibor Simko Date: Tue, 25 Aug 2015 17:44:25 +0200 Subject: [PATCH] Invenio-PIDStore v0.1.1 Signed-off-by: Tibor Simko --- CHANGES.rst | 19 +++++++++++++++- MANIFEST.in | 3 ++- RELEASE-NOTES.rst | 22 +++++++++++++------ .../translations/es/LC_MESSAGES/messages.po | 4 ++-- .../translations/fr/LC_MESSAGES/messages.po | 4 ++-- invenio_pidstore/translations/invenio.pot | 8 +++---- invenio_pidstore/version.py | 2 +- setup.cfg | 2 ++ 8 files changed, 46 insertions(+), 18 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 4a96219..48522de 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -24,6 +24,23 @@ Changes ======= -Version 0.1.0 (release 2015-07-16) +Version 0.1.1 (released 2015-08-25) +----------------------------------- + +Improved features +~~~~~~~~~~~~~~~~~ + +- Adds category icon for the main sidebar-menu in the admin UI. + +Bug fixes +~~~~~~~~~ + +- Adds missing `invenio_upgrader` dependency following its separation + into standalone package. + +- Fixes import of invenio_upgrader. + +Version 0.1.0 (released 2015-07-16) +----------------------------------- - Initial public release. diff --git a/MANIFEST.in b/MANIFEST.in index 1a671ce..633fdbe 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -25,8 +25,9 @@ include *.py include *.rst include *.txt -include .dockerignore .editorconfig +include .dockerignore .editorconfig .travis.yml include LICENSE +include babel.ini include pytest.ini include tox.ini recursive-include docs *.bat diff --git a/RELEASE-NOTES.rst b/RELEASE-NOTES.rst index 415ff50..292d2f9 100644 --- a/RELEASE-NOTES.rst +++ b/RELEASE-NOTES.rst @@ -1,8 +1,8 @@ ===================================== - Invenio-PIDStore v0.1.0 is released + Invenio-PIDStore v0.1.1 is released ===================================== -Invenio-PIDStore v0.1.0 was released on July 16, 2015. +Invenio-PIDStore v0.1.1 was released on August 25, 2015. About ----- @@ -11,20 +11,28 @@ Invenio module that stores and registers persistent identifiers. *This is an experimental development preview release.* -What's new ----------- +Improved features +----------------- -- Initial public release. +- Adds category icon for the main sidebar-menu in the admin UI. + +Bug fixes +--------- + +- Adds missing `invenio_upgrader` dependency following its separation + into standalone package. + +- Fixes import of invenio_upgrader. Installation ------------ - $ pip install invenio-pidstore + $ pip install invenio-pidstore==0.1.1 Documentation ------------- - http://invenio-pidstore.readthedocs.org/en/v0.1.0 + http://invenio-pidstore.readthedocs.org/en/v0.1.1 Happy hacking and thanks for flying Invenio-PIDStore. diff --git a/invenio_pidstore/translations/es/LC_MESSAGES/messages.po b/invenio_pidstore/translations/es/LC_MESSAGES/messages.po index fd941e2..9b6035a 100644 --- a/invenio_pidstore/translations/es/LC_MESSAGES/messages.po +++ b/invenio_pidstore/translations/es/LC_MESSAGES/messages.po @@ -6,9 +6,9 @@ # msgid "" msgstr "" -"Project-Id-Version: invenio-pidstore 0.1.1.dev20150804\n" +"Project-Id-Version: invenio-pidstore 0.1.1\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-08-04 13:45+0200\n" +"POT-Creation-Date: 2015-08-25 17:42+0200\n" "PO-Revision-Date: 2015-08-04 13:46+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: es \n" diff --git a/invenio_pidstore/translations/fr/LC_MESSAGES/messages.po b/invenio_pidstore/translations/fr/LC_MESSAGES/messages.po index 4f0aec6..0063349 100644 --- a/invenio_pidstore/translations/fr/LC_MESSAGES/messages.po +++ b/invenio_pidstore/translations/fr/LC_MESSAGES/messages.po @@ -6,9 +6,9 @@ # msgid "" msgstr "" -"Project-Id-Version: invenio-pidstore 0.1.1.dev20150804\n" +"Project-Id-Version: invenio-pidstore 0.1.1\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-08-04 13:45+0200\n" +"POT-Creation-Date: 2015-08-25 17:42+0200\n" "PO-Revision-Date: 2015-08-04 13:46+0200\n" "Last-Translator: FULL NAME \n" "Language-Team: fr \n" diff --git a/invenio_pidstore/translations/invenio.pot b/invenio_pidstore/translations/invenio.pot index afb5262..c4d1eb4 100644 --- a/invenio_pidstore/translations/invenio.pot +++ b/invenio_pidstore/translations/invenio.pot @@ -1,5 +1,5 @@ # Translations template for invenio-pidstore. -# Copyright (C) 2015 ORGANIZATION +# Copyright (C) 2015 CERN # This file is distributed under the same license as the invenio-pidstore # project. # FIRST AUTHOR , 2015. @@ -7,9 +7,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: invenio-pidstore 0.1.1.dev20150804\n" -"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-08-04 13:45+0200\n" +"Project-Id-Version: invenio-pidstore 0.1.1\n" +"Report-Msgid-Bugs-To: info@invenio-software.org\n" +"POT-Creation-Date: 2015-08-25 17:42+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/invenio_pidstore/version.py b/invenio_pidstore/version.py index ac01564..367bc20 100644 --- a/invenio_pidstore/version.py +++ b/invenio_pidstore/version.py @@ -28,4 +28,4 @@ and parsed by ``setup.py``. """ -__version__ = "0.1.1.dev20150804" +__version__ = "0.1.1" diff --git a/setup.cfg b/setup.cfg index e620a63..804318b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,6 +32,8 @@ all_files = 1 directory = invenio_pidstore/translations/ [extract_messages] +copyright_holder = CERN +msgid_bugs_address = info@invenio-software.org mapping-file = babel.ini output-file = invenio_pidstore/translations/invenio.pot