Update docs about 1.7 compatibility and bumb the version to 0.8a (close #237).

This commit is contained in:
Jacek Tomaszewski 2014-06-09 23:40:25 +02:00
parent 973bb78bda
commit ad2985b0bf
2 changed files with 8 additions and 2 deletions

View file

@ -9,7 +9,13 @@ Requirements
+------------------+------------+-----------+
| Modeltranslation | Python | Django |
+==================+============+===========+
| >=0.7 | 3.2 - 3.3 | 1.5 - 1.6 |
| >=0.8 | 3.2 - 3.3 | 1.5 - 1.7 |
| +------------+-----------+
| | 2.7 | 1.7 |
| +------------+-----------+
| | 2.6 - 2.7 | 1.4 - 1.6 |
+------------------+------------+-----------+
| ==0.7 | 3.2 - 3.3 | 1.5 - 1.6 |
| +------------+-----------+
| | 2.6 - 2.7 | 1.4 - 1.6 |
+------------------+------------+-----------+

View file

@ -3,7 +3,7 @@
Version code adopted from Django development version.
https://github.com/django/django
"""
VERSION = (0, 7, 3, 'final', 0)
VERSION = (0, 8, 0, 'alpha', 0)
default_app_config = 'modeltranslation.apps.ModeltranslationConfig'