File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 4545copyright = u'2011-2015, Kristian Øllegaard, Jonas Obrist & contributors'
4646
4747version = '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.
Original file line number Diff line number Diff 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+
1113Fixes:
1214
1315- Make passing the ``model `` argument to queryset's ``__init__ `` optional. Still
1618.. release 1.2.0
1719
1820*****************************
19- 1.2.0 - current release
21+ 1.2.0
2022*****************************
2123
2224Released on March 19, 2015
Original file line number Diff line number Diff line change 1- __version__ = '1.2.0 '
2- VERSION = (1 , 2 , 0 )
1+ __version__ = '1.2.1 '
2+ VERSION = (1 , 2 , 1 )
You can’t perform that action at this time.
0 commit comments