Skip to content

Commit b8a4e95

Browse files
committed
v0.11.0
1 parent de8b595 commit b8a4e95

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
ChangeLog
33
=========
44

5-
master (unreleased)
6-
===================
5+
Release 0.11.0 (2017-05-10)
6+
===========================
77

88
- Added a tox job to update/refresh the swagger-ui related static files (#210 / #213) - including documentation for developers.
99
- Remove the field size limit for the model field `formidable.models.Item.label` (#225).

formidable/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
default_app_config = 'formidable.app.FormidableConfig'
22

3-
version = '0.11.0.dev0'
3+
version = '0.11.0'

formidable/locale/en_US/LC_MESSAGES/django.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ msgstr ""
33
"Project-Id-Version: django-formidable\n"
44
"Report-Msgid-Bugs-To: \n"
55
"POT-Creation-Date: 2017-02-14 15:13+0100\n"
6-
"PO-Revision-Date: 2017-02-14 11:12-0500\n"
7-
"Last-Translator: peopledoc <antonin.messinger@people-doc.com>\n"
6+
"PO-Revision-Date: 2017-05-10 11:00-0400\n"
7+
"Last-Translator: peopledoc <benjamin.cadars@people-doc.com>\n"
88
"Language-Team: English, United States\n"
99
"Language: en_US\n"
1010
"MIME-Version: 1.0\n"
@@ -19,7 +19,7 @@ msgstr ""
1919
#: forms/validations/presets.py:43
2020
#, python-brace-format
2121
msgid "You need to specify {attr} in {name}"
22-
msgstr ""
22+
msgstr "You must specify {attr} in {name}"
2323

2424
#: forms/validations/presets.py:48
2525
#, python-brace-format
@@ -50,15 +50,15 @@ msgstr ""
5050

5151
#: forms/validations/presets.py:157
5252
msgid "field to compare"
53-
msgstr ""
53+
msgstr "Field to compare"
5454

5555
#: forms/validations/presets.py:159 forms/validations/presets.py:188
5656
msgid "Compare to"
5757
msgstr ""
5858

5959
#: forms/validations/presets.py:159
6060
msgid "compare with"
61-
msgstr ""
61+
msgstr "Compare with"
6262

6363
#: forms/validations/presets.py:169
6464
msgid "Comparison"

0 commit comments

Comments
 (0)