Skip to content

Commit 7f77e26

Browse files
committed
Publish release 0.5.1.
1 parent 8a3b523 commit 7f77e26

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '0.5.0'
58+
version = '0.5.1'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '0.5.0'
60+
release = '0.5.1'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

docs/public/release_notes.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ Release Notes
88
0.5.1
99
*****************************
1010

11+
Released on October 24, 2014
12+
13+
Python and Django versions supported (reminder):
14+
15+
- Version 0.5.x will be the last to support Django 1.3.
16+
- Version 0.5.x will be the last to support Python 2.6. Though it may
17+
still work for the time being, it will be removed from the tested setups.
18+
1119
Fixes:
1220

1321
- Ecountering a regular (un-translatable) model in a deep `select_related` does
@@ -27,8 +35,8 @@ Released on September 11, 2014
2735

2836
Python and Django versions supported:
2937

30-
- This version will be the last to support Django 1.3.
31-
- This version will be the last to support Python 2.6. Though it may
38+
- Version 0.5.x will be the last to support Django 1.3.
39+
- Version 0.5.x will be the last to support Python 2.6. Though it may
3240
still work for the time being, it will be removed from the tested setups.
3341

3442
New features:

hvad/__init__.py

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

0 commit comments

Comments
 (0)