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.13 '
51
+ version = '0.14 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.13.1a '
53
+ release = '0.14.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 @@ -43,7 +43,7 @@ def compile_translations():
43
43
44
44
setup (
45
45
name = "wafer" ,
46
- version = "0.13.1a " ,
46
+ version = "0.14.0 " ,
47
47
url = 'http://github.com/CTPUG/wafer' ,
48
48
license = 'ISC' ,
49
49
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.13.1a "
3
+ __version__ = "0.14.0 "
You can’t perform that action at this time.
0 commit comments