Skip to content

Commit 9fb4abe

Browse files
committed
Release version 1.3.0
1 parent a932168 commit 9fb4abe

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ Releases
113113
Django-hvad uses the same release pattern as Django. The following versions
114114
are 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

121121
Stable branches have minor bugfix releases as needed, with guaranteed compatibility.
122122
See the `installation guide`_ for details, or have a look at the `release notes`_.

docs/public/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Installation
77
Requirements
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
************

docs/public/release_notes.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
1113
This release is a collection of fixes and improvements, some of which may
1214
introduce minor compatibility issues. Please make sure you fix any deprecation
1315
warnings before upgrading to avoid those issues.
@@ -50,7 +52,7 @@ Fixes:
5052
.. release 1.2.2
5153
5254
*****************************
53-
1.2.2 - current release
55+
1.2.2
5456
*****************************
5557

5658
Released on June 3, 2015

0 commit comments

Comments
 (0)