Commit 6889eb0a by Usman Khalid

Merge remote-tracking branch 'origin/master' into django1.8/upgrade

parents d72831eb bbbc7087
...@@ -46,7 +46,7 @@ deploy-documentation:documentation withdraw-documentation ...@@ -46,7 +46,7 @@ deploy-documentation:documentation withdraw-documentation
deploy: deploy-documentation deploy: deploy-documentation
release: clean unit functional doctest deploy-documentation publish release: clean doctest deploy-documentation publish
@printf "Exporting to $(filename)... " @printf "Exporting to $(filename)... "
@tar czf $(filename) lettuce setup.py README.md COPYING @tar czf $(filename) lettuce setup.py README.md COPYING
@echo "DONE!" @echo "DONE!"
......
# lettuce # lettuce
> Version 0.2.20 - kryptonite > Version 0.2.21 - kryptonite
[![Build Status](https://secure.travis-ci.org/gabrielfalcao/lettuce.png)](http://travis-ci.org/gabrielfalcao/lettuce) [![Build Status](https://secure.travis-ci.org/gabrielfalcao/lettuce.png)](http://travis-ci.org/gabrielfalcao/lettuce)
[![tip for next commit](http://tip4commit.com/projects/132.svg)](http://tip4commit.com/projects/132) [![tip for next commit](http://tip4commit.com/projects/132.svg)](http://tip4commit.com/projects/132)
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
__version__ = version = '0.2.20' __version__ = version = '0.2.21'
release = 'kryptonite' release = 'kryptonite'
......
...@@ -99,13 +99,13 @@ LANGUAGES = { ...@@ -99,13 +99,13 @@ LANGUAGES = {
}, },
'ja': { 'ja': {
'examples': u'例', 'examples': u'例',
'feature': u'フィーチャ', 'feature': u'フィーチャ|機能',
'name': u'Japanese', 'name': u'Japanese',
'native': u'日本語', 'native': u'日本語',
'scenario': u'シナリオ', 'scenario': u'シナリオ',
'scenario_outline': u'シナリオアウトライン|シナリオテンプレート|テンプレ|シナリオテンプレ', 'scenario_outline': u'シナリオアウトライン|シナリオテンプレート|テンプレ|シナリオテンプレ',
'scenario_separator': u'(シナリオ|シナリオアウトライン|シナリオテンプレート|テンプレ|シナリオテンプレ)', 'scenario_separator': u'(シナリオ|シナリオアウトライン|シナリオテンプレート|テンプレ|シナリオテンプレ)',
'background': u'(?:Background)', 'background': u'背景',
}, },
'tr': { 'tr': {
'examples': u'Örnekler', 'examples': u'Örnekler',
......
...@@ -39,7 +39,7 @@ if os.name.lower() == 'nt': ...@@ -39,7 +39,7 @@ if os.name.lower() == 'nt':
setup( setup(
name='lettuce', name='lettuce',
version='0.2.20.002', version='0.2.21',
description='Behaviour Driven Development for python', description='Behaviour Driven Development for python',
author='Gabriel Falcao', author='Gabriel Falcao',
author_email='gabriel@nacaolivre.org', author_email='gabriel@nacaolivre.org',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment