Skip to content

Commit

Permalink
Bump version number to 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vmalloc committed Nov 5, 2015
1 parent 40833a4 commit 078608d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '0.11.3-dev'
version = '0.11.3'
# The full version, including alpha/beta/rc tags.
release = '0.11.3-dev'
release = '0.11.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion logbook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
GroupHandler
from . import compat

__version__ = '0.11.3-dev'
__version__ = '0.11.3'

# create an anonymous default logger and provide all important
# methods of that logger as global functions
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def run_setup(with_binary):
features['speedups'] = speedups
setup(
name='Logbook',
version='0.11.3-dev',
version='0.11.3',
license='BSD',
url='http://logbook.pocoo.org/',
author='Armin Ronacher, Georg Brandl',
Expand Down

0 comments on commit 078608d

Please sign in to comment.