0.7.6 release

This commit is contained in:
Marco Bonetti 2015-04-02 10:13:57 +02:00
parent de2191f7a1
commit cd7fa0795a
5 changed files with 11 additions and 10 deletions

View file

@ -12,8 +12,8 @@ env:
- TOX_ENV=py34-django16
- TOX_ENV=py27-django17
- TOX_ENV=py34-django17
- TOX_ENV=py27-django18c1
- TOX_ENV=py34-django18c1
- TOX_ENV=py27-django18
- TOX_ENV=py34-django18
install:
- pip install tox
script:

View file

@ -1,9 +1,10 @@
Version 0.7.6 (unreleased)
--------------------------
Version 0.7.6
-------------
* Added support for the Free Google Translate API (PR #117, thanks @cuchac)
* Probable fix for apps defined by their AppConfig causing havoc in Django 1.7 and later (Issues #113 and #125)
* Test configuration improved to test against Django 1.8 beta 1 and Django 1.7.5
* Require polib >= 1.0.6 (PR #127, thanks @NotSqrt)
* Test against Django 1.8 final
Version 0.7.5

View file

@ -24,7 +24,7 @@ Features
Requirements
************
* Rosetta supports Django 1.4 through 1.8a.
* Rosetta supports Django 1.4 through 1.8.
************

View file

@ -1,4 +1,4 @@
VERSION = (0, 7, 5)
VERSION = (0, 7, 6)
def get_version(svn=False, limit=3):

View file

@ -2,7 +2,7 @@
envlist =
{py26,py27}-django14,
{py26,py27,py34}-django{15,16},
{py27,py34}-django{17,18c1},
{py27,py34}-django{17,18},
gettext
skipsdist = True
@ -21,9 +21,9 @@ deps =
django15: Django==1.5.12
django16: Django==1.6.11
django17: Django==1.7.7
django18c1: https://www.djangoproject.com/download/1.8c1/tarball/
{py26,py27}-django{14,15,16,17,18c1}: python-memcached
py34-django{14,15,16,17,18c1}: python3-memcached
django18: Django==1.8
{py26,py27}-django{14,15,16,17,18}: python-memcached
py34-django{14,15,16,17,18}: python3-memcached
requests
polib>=1.0.6
microsofttranslator==0.5