Skip to content

Commit

Permalink
Bump version: 1.0b2 → 1.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
timsavage committed Mar 7, 2017
1 parent 08cdaae commit 68cf512
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0b2'
version = '1.0b3'
# The full version, including alpha/beta/rc tags.
release = '1.0b2'
release = '1.0b3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion odin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__authors__ = "Tim Savage"
__author_email__ = "[email protected]"
__copyright__ = "Copyright (C) 2014 Tim Savage"
__version__ = "1.0b2"
__version__ = "1.0b3"

# Disable logging if an explicit handler is not added
try:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0b2
current_version = 1.0b3
files = setup.py odin/__init__.py docs/conf.py
parse = (?P<major>\d+)\.(?P<minor>\d+)(?P<status>[a-z]*)\.?(?P<patch>\d*)
serialize =
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(
name='odin',

version='1.0b2',
version='1.0b3',

description='Data-structure definition/validation/traversal, mapping and serialisation toolkit for Python',
long_description=long_description,
Expand Down

0 comments on commit 68cf512

Please sign in to comment.