Skip to content

Commit 078608d

Browse files
committed
Bump version number to 0.11.3
1 parent 40833a4 commit 078608d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.11.3-dev'
51+
version = '0.11.3'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.11.3-dev'
53+
release = '0.11.3'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

logbook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
GroupHandler
2525
from . import compat
2626

27-
__version__ = '0.11.3-dev'
27+
__version__ = '0.11.3'
2828

2929
# create an anonymous default logger and provide all important
3030
# methods of that logger as global functions

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def run_setup(with_binary):
106106
features['speedups'] = speedups
107107
setup(
108108
name='Logbook',
109-
version='0.11.3-dev',
109+
version='0.11.3',
110110
license='BSD',
111111
url='http://logbook.pocoo.org/',
112112
author='Armin Ronacher, Georg Brandl',

0 commit comments

Comments
 (0)