File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '0.11 '
51
+ version = '0.12 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.11.1a '
53
+ release = '0.12.0 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def compile_translations():
44
44
45
45
setup (
46
46
name = "wafer" ,
47
- version = "0.11.1a " ,
47
+ version = "0.12.0 " ,
48
48
url = 'http://github.com/CTPUG/wafer' ,
49
49
license = 'ISC' ,
50
50
description = "A wafer-thin Django library for running small conferences." ,
Original file line number Diff line number Diff line change 1
1
"""Wafer, a light-weight conference management library for Django."""
2
2
3
- __version__ = "0.11.1a "
3
+ __version__ = "0.12.0 "
You can’t perform that action at this time.
0 commit comments