Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Commit

Permalink
Invenio-Upgrader v0.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Kuncar <jiri.kuncar@cern.ch>
  • Loading branch information
jirikuncar committed Sep 7, 2015
1 parent 06f3b20 commit 6558d30
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
Changes
=======

Version 0.1.1 (release 2015-09-07)

- Replaces usage of invenio.config with flask current_app.config.

Version 0.1.0 (release 2015-08-19)

- Initial public release.
12 changes: 6 additions & 6 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
=========================
Invenio-Upgrader v0.1.0
Invenio-Upgrader v0.1.1
=========================

Invenio-Upgrader v0.1.0 was released on August 19, 2015.
Invenio-Upgrader v0.1.1 was released on September 7, 2015.

About
-----

Upgrader engine for Invenio modules.

*This is an experimental development preview release.*
*This is an experimental developer preview release.*

What's new
----------

- Initial public release.
- Replaces usage of invenio.config with flask current_app.config.

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

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

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

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

Happy hacking and thanks for flying Invenio-Upgrader.

Expand Down
2 changes: 1 addition & 1 deletion invenio_upgrader/translations/de/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: invenio-upgrader 0.1.0.dev20150000\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-19 14:48+0200\n"
"POT-Creation-Date: 2015-09-07 10:53+0200\n"
"PO-Revision-Date: 2015-08-19 14:48+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: de <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion invenio_upgrader/translations/es/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: invenio-upgrader 0.1.0.dev20150000\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-19 14:48+0200\n"
"POT-Creation-Date: 2015-09-07 10:53+0200\n"
"PO-Revision-Date: 2015-08-19 14:48+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: es <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion invenio_upgrader/translations/fr/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: invenio-upgrader 0.1.0.dev20150000\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-19 14:48+0200\n"
"POT-Creation-Date: 2015-09-07 10:53+0200\n"
"PO-Revision-Date: 2015-08-19 14:48+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: fr <LL@li.org>\n"
Expand Down
8 changes: 4 additions & 4 deletions invenio_upgrader/translations/invenio.pot
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Translations template for invenio-upgrader.
# Copyright (C) 2015 ORGANIZATION
# Copyright (C) 2015 CERN
# This file is distributed under the same license as the invenio-upgrader
# project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: invenio-upgrader 0.1.0.dev20150000\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-19 14:48+0200\n"
"Project-Id-Version: invenio-upgrader 0.1.1\n"
"Report-Msgid-Bugs-To: info@invenio-software.org\n"
"POT-Creation-Date: 2015-09-07 10:53+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 Down
2 changes: 1 addition & 1 deletion invenio_upgrader/translations/it/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: invenio-upgrader 0.1.0.dev20150000\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2015-08-19 14:48+0200\n"
"POT-Creation-Date: 2015-09-07 10:53+0200\n"
"PO-Revision-Date: 2015-08-19 14:48+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: it <LL@li.org>\n"
Expand Down
2 changes: 1 addition & 1 deletion invenio_upgrader/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_upgrader/translations/

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

Expand Down

0 comments on commit 6558d30

Please sign in to comment.