Skip to content

Commit

Permalink
Bump version: 1.2.1 → 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Jan 28, 2016
1 parent 5fd6e9a commit 0878c03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.2.1
current_version = 1.2.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -25,7 +25,7 @@
year = '2015'
author = 'Ionel Cristian Mărieș'
copyright = '{0}, {1}'.format(year, author)
version = release = '1.2.1'
version = release = '1.2.2'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -111,7 +111,7 @@ def _unavailable(self, e):
print('*' * 80)
setup(
name='hunter',
version='1.2.1',
version='1.2.2',
license='BSD',
description='Hunter is a flexible code tracing toolkit.',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/hunter/__init__.py
Expand Up @@ -28,7 +28,7 @@
from .predicates import Query
from .tracer import Tracer

__version__ = "1.2.1"
__version__ = "1.2.2"
__all__ = (
'And',
'CallPrinter',
Expand Down

0 comments on commit 0878c03

Please sign in to comment.