From 289995f7b8be62650e79dd956976d101a15a8a1e Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 16 Apr 2015 11:19:33 +0200 Subject: [PATCH] Updating for new transifex release --- requirements-devel.txt | 2 +- scripts/manage_translations.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements-devel.txt b/requirements-devel.txt index f9097069..df6cacac 100644 --- a/requirements-devel.txt +++ b/requirements-devel.txt @@ -10,4 +10,4 @@ coverage==3.7.1 coveralls==0.4.2 django-slowdown==0.0.1 -transifex-client==0.11.1b0 +transifex-client==0.11.1.beta diff --git a/scripts/manage_translations.py b/scripts/manage_translations.py index f2cd461a..f79b2fc8 100644 --- a/scripts/manage_translations.py +++ b/scripts/manage_translations.py @@ -213,7 +213,7 @@ You need transifex-client, install it. or - $ pip install --upgrade transifex-client==0.11.1b0 + $ pip install --upgrade transifex-client==0.11.1.beta 2. Create ~/.transifexrc file: @@ -221,6 +221,7 @@ You need transifex-client, install it. [https://www.transifex.com] hostname = https://www.transifex.com + token = username = password = """)