Skip to content

Commit 6a2568d

Browse files
committed
Release version 1.5.1
1 parent f1840a4 commit 6a2568d

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
copyright = u'2011-2015, Kristian Øllegaard, Jonas Obrist & contributors'
4646

4747
version = '1.5'
48-
release = '1.5.0'
48+
release = '1.5.1'
4949

5050

5151
# The name of the Pygments (syntax highlighting) style to use.

docs/index.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ The guideline is hvad supports all Django versions that are supported by the
2020
Django team. This holds true for Long-Term Support releases as well. Support for
2121
new versions will usually be introduced when they reach the beta stage.
2222

23-
Thus, django-hvad 1.4 is tested on the following configurations:
23+
Thus, django-hvad 1.5 is tested on the following configurations:
2424

25-
- Django 1.4.22, running Python 2.7.
26-
- Django 1.6.11, running Python 2.7 or 3.3.
2725
- Django 1.7.10, running Python 2.7, 3.3 or 3.4.
2826
- Django 1.8.6, running Python 2.7, 3.3, 3.4 or 3.5.
29-
- Django 1.9.0beta, running Python 2.7, 3.4 or 3.5.
27+
- Django 1.9.0, running Python 2.7, 3.4 or 3.5.
3028

3129
All tests are run against MySQL and PostgreSQL.
3230

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 Django 1.7 or higher.
10+
* Django 1.7 or higher.
1111
* Python 2.7 or PyPy 1.5 or higher, Python 3.3 or higher.
1212

1313
************

docs/public/release_notes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Fixes:
1414
:meth:`~hvad.contrib.restframework.serializers.TranslationsMixin.update_translation`
1515
so it does not bite when using (unsupported) m2m fields or generic relations in a
1616
translation — :issue:`285`.
17+
- Add missing unicode markers for python2 — :issue:`291`.
1718

1819
.. release 1.5.0
1920

hvad/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '1.5.0'
2-
VERSION = (1, 5, 0)
1+
__version__ = '1.5.1'
2+
VERSION = (1, 5, 1)

0 commit comments

Comments
 (0)