Updating for new transifex release

remotes/origin/enhancement/email-actions
Alejandro Alonso 2015-04-16 11:19:33 +02:00
parent 36d7c1ab1a
commit 289995f7b8
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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 = <YOUR_USERNAME>
password = <YOUR_PASSWOR>
""")