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.3-dev '
51
+ version = '0.11.3'
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.11.3-dev '
53
+ release = '0.11.3'
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 24
24
GroupHandler
25
25
from . import compat
26
26
27
- __version__ = '0.11.3-dev '
27
+ __version__ = '0.11.3'
28
28
29
29
# create an anonymous default logger and provide all important
30
30
# methods of that logger as global functions
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ def run_setup(with_binary):
106
106
features ['speedups' ] = speedups
107
107
setup (
108
108
name = 'Logbook' ,
109
- version = '0.11.3-dev ' ,
109
+ version = '0.11.3' ,
110
110
license = 'BSD' ,
111
111
url = 'http://logbook.pocoo.org/' ,
112
112
author = 'Armin Ronacher, Georg Brandl' ,
You can’t perform that action at this time.
0 commit comments