Skip to content

Commit b39fba9

Browse files
committed
Publish version 1.2.1
1 parent 9bbf79c commit b39fba9

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
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.2'
48-
release = '1.2.0'
48+
release = '1.2.1'
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.1
66
77
*****************************
8-
1.2.1 - upcoming release
8+
1.2.1 - current release
99
*****************************
1010

11+
Released on April 29, 2015
12+
1113
Fixes:
1214

1315
- Make passing the ``model`` argument to queryset's ``__init__`` optional. Still
@@ -16,7 +18,7 @@ Fixes:
1618
.. release 1.2.0
1719
1820
*****************************
19-
1.2.0 - current release
21+
1.2.0
2022
*****************************
2123

2224
Released on March 19, 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.0'
2-
VERSION = (1, 2, 0)
1+
__version__ = '1.2.1'
2+
VERSION = (1, 2, 1)

0 commit comments

Comments
 (0)