Skip to content

Commit bdb0836

Browse files
committed
Release version 1.5.0
1 parent 7f0fdb5 commit bdb0836

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,9 @@ Releases
113113
Django-hvad uses the same release pattern as Django. The following versions
114114
are thus available:
115115

116-
* Stable branch 1.2, available through `PyPI`_ and git branch ``releases/1.2.x``.
117-
* Stable branch 1.3, available through `PyPI`_ and git branch ``releases/1.3.x``.
118116
* Stable branch 1.4, available through `PyPI`_ and git branch ``releases/1.4.x``.
119-
* Development branch 1.5, available through git branch ``master``.
117+
* Stable branch 1.5, available through `PyPI`_ and git branch ``releases/1.5.x``.
118+
* Development branch 1.6, available through git branch ``master``.
120119

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

docs/public/release_notes.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ Release Notes
55
.. release 1.5.0
66
77
*****************************
8-
1.5.0 - upcoming release
8+
1.5.0 - current release
99
*****************************
1010

11+
Released on February 2, 2016
12+
13+
Python and Django versions supported:
14+
15+
- Django 1.4 LTS is no longer supported.
16+
- So, as a reminder, supported Django versions for this release are: 1.7, 1.8 LTS, 1.9.
17+
1118
New features:
1219

1320
- It is now possible to specify a :ref:`custom translation base <custom-translation-models>`
@@ -42,7 +49,7 @@ Fixes:
4249
.. release 1.4.0
4350
4451
*****************************
45-
1.4.0 - current release
52+
1.4.0
4653
*****************************
4754

4855
Released on November 10, 2015

0 commit comments

Comments
 (0)