Skip to content

Commit

Permalink
Invenio-Collections v0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
  • Loading branch information
tiborsimko committed Aug 25, 2015
1 parent 8cd3c17 commit b383ec1
Show file tree
Hide file tree
Showing 11 changed files with 76 additions and 67 deletions.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ Invenio module for organizing metadata into collections.
- Jiri Kuncar <jiri.kuncar@cern.ch>
- Leonardo Rossi <leonardo.r@cern.ch>
- Marco Neumann <marco@crepererum.net>
- Tibor Simko <tibor.simko@cern.ch>
7 changes: 6 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
Changes
=======

Version 0.1.0 (release 2015-08-19)
Version 0.1.0 (released 2015-08-25)

- Adds missing `invenio_upgrader` dependency and amends past upgrade
recipes following its separation into standalone package.

Version 0.1.0 (released 2015-08-19)

- Initial public release.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include *.py
include *.rst
include *.txt
include .dockerignore .editorconfig
include .dockerignore .editorconfig .travis.yml
include LICENSE
include babel.ini
include pytest.ini
Expand Down
15 changes: 8 additions & 7 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
============================
Invenio-Collections v0.1.0
Invenio-Collections v0.1.1
============================

Invenio-Collections v0.1.0 was released on August 19, 2015.
Invenio-Collections v0.1.1 was released on August 25, 2015.

About
-----
Expand All @@ -11,20 +11,21 @@ Invenio module for organizing metadata into collections.

*This is an experimental development preview release.*

What's new
----------
Bug fixes
---------

- Initial public release.
- Adds missing `invenio_upgrader` dependency and amends past upgrade
recipes following its separation into standalone package.

Installation
------------

$ pip install invenio-collections==0.1.0
$ pip install invenio-collections==0.1.1

Documentation
-------------

http://invenio-collections.readthedocs.org/en/v0.1.0
http://invenio-collections.readthedocs.org/en/v0.1.1

Happy hacking and thanks for flying Invenio-Collections.

Expand Down
22 changes: 11 additions & 11 deletions invenio_collections/translations/de/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-collections 0.1.0.dev20150000\n"
"Project-Id-Version: invenio-collections 0.1.1\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 09:53+0200\n"
"POT-Creation-Date: 2015-08-25 19:57+0200\n"
"PO-Revision-Date: 2015-08-17 09:53+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: de <LL@li.org>\n"
Expand All @@ -18,40 +18,40 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.0\n"

#: invenio_collections/decorators.py:49
#: invenio_collections/decorators.py:66
msgid "This collection is restricted."
msgstr ""

#: invenio_collections/forms.py:34
#: invenio_collections/forms.py:35
msgid "Name"
msgstr ""

#: invenio_collections/forms.py:35
#: invenio_collections/forms.py:36
msgid "Query"
msgstr ""

#: invenio_collections/models.py:64
#: invenio_collections/models.py:61
msgid "default"
msgstr ""

#: invenio_collections/models.py:127
#: invenio_collections/models.py:124
#, python-format
msgid "HTML %(format)s"
msgstr ""

#: invenio_collections/models.py:272
#: invenio_collections/models.py:267
msgid "any field"
msgstr ""

#: invenio_collections/views/admin.py:58
#: invenio_collections/views/admin.py:54
msgid "WebSearch"
msgstr ""

#: invenio_collections/views/admin.py:173
#: invenio_collections/views/admin.py:169
msgid "Collection was updated"
msgstr ""

#: invenio_collections/views/admin.py:213
#: invenio_collections/views/admin.py:209
msgid "Collection was updated on n languages:"
msgstr ""

Expand Down
22 changes: 11 additions & 11 deletions invenio_collections/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-collections 0.1.0.dev20150000\n"
"Project-Id-Version: invenio-collections 0.1.1\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 09:53+0200\n"
"POT-Creation-Date: 2015-08-25 19:57+0200\n"
"PO-Revision-Date: 2015-08-17 09:53+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: es <LL@li.org>\n"
Expand All @@ -18,40 +18,40 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.0\n"

#: invenio_collections/decorators.py:49
#: invenio_collections/decorators.py:66
msgid "This collection is restricted."
msgstr ""

#: invenio_collections/forms.py:34
#: invenio_collections/forms.py:35
msgid "Name"
msgstr ""

#: invenio_collections/forms.py:35
#: invenio_collections/forms.py:36
msgid "Query"
msgstr ""

#: invenio_collections/models.py:64
#: invenio_collections/models.py:61
msgid "default"
msgstr ""

#: invenio_collections/models.py:127
#: invenio_collections/models.py:124
#, python-format
msgid "HTML %(format)s"
msgstr ""

#: invenio_collections/models.py:272
#: invenio_collections/models.py:267
msgid "any field"
msgstr ""

#: invenio_collections/views/admin.py:58
#: invenio_collections/views/admin.py:54
msgid "WebSearch"
msgstr ""

#: invenio_collections/views/admin.py:173
#: invenio_collections/views/admin.py:169
msgid "Collection was updated"
msgstr ""

#: invenio_collections/views/admin.py:213
#: invenio_collections/views/admin.py:209
msgid "Collection was updated on n languages:"
msgstr ""

Expand Down
22 changes: 11 additions & 11 deletions invenio_collections/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-collections 0.1.0.dev20150000\n"
"Project-Id-Version: invenio-collections 0.1.1\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 09:53+0200\n"
"POT-Creation-Date: 2015-08-25 19:57+0200\n"
"PO-Revision-Date: 2015-08-17 09:53+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: fr <LL@li.org>\n"
Expand All @@ -18,40 +18,40 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.0\n"

#: invenio_collections/decorators.py:49
#: invenio_collections/decorators.py:66
msgid "This collection is restricted."
msgstr ""

#: invenio_collections/forms.py:34
#: invenio_collections/forms.py:35
msgid "Name"
msgstr ""

#: invenio_collections/forms.py:35
#: invenio_collections/forms.py:36
msgid "Query"
msgstr ""

#: invenio_collections/models.py:64
#: invenio_collections/models.py:61
msgid "default"
msgstr ""

#: invenio_collections/models.py:127
#: invenio_collections/models.py:124
#, python-format
msgid "HTML %(format)s"
msgstr ""

#: invenio_collections/models.py:272
#: invenio_collections/models.py:267
msgid "any field"
msgstr ""

#: invenio_collections/views/admin.py:58
#: invenio_collections/views/admin.py:54
msgid "WebSearch"
msgstr ""

#: invenio_collections/views/admin.py:173
#: invenio_collections/views/admin.py:169
msgid "Collection was updated"
msgstr ""

#: invenio_collections/views/admin.py:213
#: invenio_collections/views/admin.py:209
msgid "Collection was updated on n languages:"
msgstr ""

Expand Down
26 changes: 13 additions & 13 deletions invenio_collections/translations/invenio.pot
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Translations template for invenio-collections.
# Copyright (C) 2015 ORGANIZATION
# Copyright (C) 2015 CERN
# This file is distributed under the same license as the invenio-collections
# project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: invenio-collections 0.1.0.dev20150000\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 09:53+0200\n"
"Project-Id-Version: invenio-collections 0.1.1\n"
"Report-Msgid-Bugs-To: info@invenio-software.org\n"
"POT-Creation-Date: 2015-08-25 19:57+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand All @@ -18,40 +18,40 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.0\n"

#: invenio_collections/decorators.py:49
#: invenio_collections/decorators.py:66
msgid "This collection is restricted."
msgstr ""

#: invenio_collections/forms.py:34
#: invenio_collections/forms.py:35
msgid "Name"
msgstr ""

#: invenio_collections/forms.py:35
#: invenio_collections/forms.py:36
msgid "Query"
msgstr ""

#: invenio_collections/models.py:64
#: invenio_collections/models.py:61
msgid "default"
msgstr ""

#: invenio_collections/models.py:127
#: invenio_collections/models.py:124
#, python-format
msgid "HTML %(format)s"
msgstr ""

#: invenio_collections/models.py:272
#: invenio_collections/models.py:267
msgid "any field"
msgstr ""

#: invenio_collections/views/admin.py:58
#: invenio_collections/views/admin.py:54
msgid "WebSearch"
msgstr ""

#: invenio_collections/views/admin.py:173
#: invenio_collections/views/admin.py:169
msgid "Collection was updated"
msgstr ""

#: invenio_collections/views/admin.py:213
#: invenio_collections/views/admin.py:209
msgid "Collection was updated on n languages:"
msgstr ""

Expand Down
22 changes: 11 additions & 11 deletions invenio_collections/translations/it/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-collections 0.1.0.dev20150000\n"
"Project-Id-Version: invenio-collections 0.1.1\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-17 09:53+0200\n"
"POT-Creation-Date: 2015-08-25 19:57+0200\n"
"PO-Revision-Date: 2015-08-17 09:53+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: it <LL@li.org>\n"
Expand All @@ -18,40 +18,40 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.0\n"

#: invenio_collections/decorators.py:49
#: invenio_collections/decorators.py:66
msgid "This collection is restricted."
msgstr ""

#: invenio_collections/forms.py:34
#: invenio_collections/forms.py:35
msgid "Name"
msgstr ""

#: invenio_collections/forms.py:35
#: invenio_collections/forms.py:36
msgid "Query"
msgstr ""

#: invenio_collections/models.py:64
#: invenio_collections/models.py:61
msgid "default"
msgstr ""

#: invenio_collections/models.py:127
#: invenio_collections/models.py:124
#, python-format
msgid "HTML %(format)s"
msgstr ""

#: invenio_collections/models.py:272
#: invenio_collections/models.py:267
msgid "any field"
msgstr ""

#: invenio_collections/views/admin.py:58
#: invenio_collections/views/admin.py:54
msgid "WebSearch"
msgstr ""

#: invenio_collections/views/admin.py:173
#: invenio_collections/views/admin.py:169
msgid "Collection was updated"
msgstr ""

#: invenio_collections/views/admin.py:213
#: invenio_collections/views/admin.py:209
msgid "Collection was updated on n languages:"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion invenio_collections/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.dev20150819"
__version__ = "0.1.1"
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ all_files = 1
directory = invenio_collections/translations/

[extract_messages]
copyright_holder = CERN
msgid_bugs_address = info@invenio-software.org
mapping-file = babel.ini
output-file = invenio_collections/translations/invenio.pot

Expand Down

0 comments on commit b383ec1

Please sign in to comment.