Skip to content

Commit

Permalink
Bump version number to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vmalloc committed Jul 14, 2015
1 parent 86193ed commit 2694230
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.9.2-dev'
version = '0.10.0'
# The full version, including alpha/beta/rc tags.
release = '0.9.2-dev'
release = '0.10.0'

# 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 @@ -23,7 +23,7 @@
LimitingHandlerMixin, WrapperHandler, FingersCrossedHandler, \
GroupHandler

__version__ = '0.9.2-dev'
__version__ = '0.10.0'

# 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.9.2-dev',
version='0.10.0',
license='BSD',
url='http://logbook.pocoo.org/',
author='Armin Ronacher, Georg Brandl',
Expand Down

0 comments on commit 2694230

Please sign in to comment.