Skip to content

Commit d7e30bf

Browse files
committed
Publish release 1.2.2
1 parent 6942e49 commit d7e30bf

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

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.2'
48-
release = '1.2.1'
48+
release = '1.2.2'
4949

5050

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

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.2.2
66
77
*****************************
8-
1.2.2 - upcoming release
8+
1.2.2 - current release
99
*****************************
1010

11+
Released on June 3, 2015
12+
1113
Fixes:
1214

1315
- Properly handle ``language_code`` in ``Meta.unique_together`` and
@@ -16,7 +18,7 @@ Fixes:
1618
.. release 1.2.1
1719
1820
*****************************
19-
1.2.1 - current release
21+
1.2.1
2022
*****************************
2123

2224
Released on April 29, 2015

hvad/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '1.2.1'
2-
VERSION = (1, 2, 1)
1+
__version__ = '1.2.2'
2+
VERSION = (1, 2, 2)

0 commit comments

Comments
 (0)