File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -113,10 +113,10 @@ Releases
113113Django-hvad uses the same release pattern as Django. The following versions
114114are thus available:
115115
116- * Stable branch 1.0, available through `PyPI `_ and git branch ``releases/1.0.x ``.
117116* Stable branch 1.1, available through `PyPI `_ and git branch ``releases/1.1.x ``.
118117* Stable branch 1.2, available through `PyPI `_ and git branch ``releases/1.2.x ``.
119- * Development branch 1.3, available through git branch ``master ``.
118+ * Stable branch 1.3, available through `PyPI `_ and git branch ``releases/1.3.x ``.
119+ * Development branch 1.4, available through git branch ``master ``.
120120
121121Stable branches have minor bugfix releases as needed, with guaranteed compatibility.
122122See the `installation guide `_ for details, or have a look at the `release notes `_.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Installation
77Requirements
88************
99
10- * `Django `_ 1.4 or higher. Django 1.6 or higher is recommended.
10+ * `Django `_ 1.4, 1.6 or higher. Django 1.7 or higher is recommended.
1111* Python 2.7 or PyPy 1.5 or higher, Python 3.3 or higher.
1212
1313************
Original file line number Diff line number Diff line change @@ -5,9 +5,11 @@ Release Notes
55.. release 1.3.0
66
77*****************************
8- 1.3.0 - upcoming release
8+ 1.3.0 - current release
99*****************************
1010
11+ Released on July 29, 2015
12+
1113This release is a collection of fixes and improvements, some of which may
1214introduce minor compatibility issues. Please make sure you fix any deprecation
1315warnings before upgrading to avoid those issues.
5052.. release 1.2.2
5153
5254*****************************
53- 1.2.2 - current release
55+ 1.2.2
5456*****************************
5557
5658Released on June 3, 2015
You can’t perform that action at this time.
0 commit comments