Skip to content

Commit

Permalink
Invenio-PIDStore v0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Simko <[email protected]>
  • Loading branch information
tiborsimko committed Aug 25, 2015
1 parent 44fd240 commit 2534d0a
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 18 deletions.
19 changes: 18 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
22 changes: 15 additions & 7 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -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
-----
Expand All @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions invenio_pidstore/translations/es/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: es <[email protected]>\n"
Expand Down
4 changes: 2 additions & 2 deletions invenio_pidstore/translations/fr/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: fr <[email protected]>\n"
Expand Down
8 changes: 4 additions & 4 deletions invenio_pidstore/translations/invenio.pot
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# 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 <EMAIL@ADDRESS>, 2015.
#
#, 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: [email protected]\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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
2 changes: 1 addition & 1 deletion invenio_pidstore/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
and parsed by ``setup.py``.
"""

__version__ = "0.1.1.dev20150804"
__version__ = "0.1.1"
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ all_files = 1
directory = invenio_pidstore/translations/

[extract_messages]
copyright_holder = CERN
msgid_bugs_address = [email protected]
mapping-file = babel.ini
output-file = invenio_pidstore/translations/invenio.pot

Expand Down

0 comments on commit 2534d0a

Please sign in to comment.