Skip to content

Commit

Permalink
Version bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Liz4v committed Oct 6, 2015
1 parent 89b8971 commit 10e4176
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion django_oneall/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '1.0.2'
__version__ = '1.1.0'
2 changes: 1 addition & 1 deletion django_oneall/locale/pt_BR/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: django-oneall VERSION\n"
"Project-Id-Version: django-oneall 1.1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-05 02:58+0000\n"
"PO-Revision-Date: 2015-10-05 02:05+0000\n"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
README = open(join(dirname(__file__), 'README.rst')).read()
setup(
name='django-oneall',
version='1.0.2',
version='1.1.0',
packages=find_packages(),
package_data={
'django_oneall/templates/oneall': [
Expand Down

0 comments on commit 10e4176

Please sign in to comment.