Skip to content

Commit

Permalink
Invenio-I18N v1.0.0a1
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Holm Nielsen <lars.holm.nielsen@cern.ch>
  • Loading branch information
lnielsen committed Oct 24, 2015
1 parent fd40765 commit 4f07c87
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -25,6 +25,6 @@
Changes
=======

Version 0.1.0 (released TBD)
Version 1.0.0 (released October 26, 2015)

- Initial public release.
6 changes: 3 additions & 3 deletions RELEASE-NOTES.rst
@@ -1,8 +1,8 @@
=====================
Invenio-I18N v0.1.0
Invenio-I18N v1.0.0
=====================

Invenio-I18N v0.1.0 was released on TBD, 2015.
Invenio-I18N v1.0.0 was released on October 26, 2015.

About
-----
Expand All @@ -19,7 +19,7 @@ What's new
Installation
------------

$ pip install invenio-i18n==0.1.0
$ pip install invenio-i18n==1.0.0

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion invenio_i18n/version.py
Expand Up @@ -30,4 +30,4 @@

from __future__ import absolute_import, print_function

__version__ = "0.1.0.dev20150000"
__version__ = "1.0.0a1"
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -146,7 +146,7 @@ def run_tests(self):
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Development Status :: 1 - Planning',
'Development Status :: 3 - Alpha',
],
cmdclass={'test': PyTest},
)
2 changes: 1 addition & 1 deletion tests/test_babel.py
Expand Up @@ -30,7 +30,7 @@

import pytest
from babel.support import NullTranslations, Translations
from flask_babelex import get_locale, gettext
from flask_babelex import get_locale

from invenio_i18n.babel import MultidirDomain, set_locale

Expand Down

0 comments on commit 4f07c87

Please sign in to comment.