File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
# The short X.Y version.
51
51
version = '0.16'
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.16.1a '
53
+ release = '0.16.1 '
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.16.1a " ,
47
+ version = "0.16.1 " ,
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.16.1a "
3
+ __version__ = "0.16.1 "
You can’t perform that action at this time.
0 commit comments