Skip to content

Commit 92db391

Browse files
committed
Bump version: 6.4.21 → 6.4.22
1 parent caa9c7a commit 92db391

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 6.4.21
2+
current_version = 6.4.22
33
commit = True
44
tag = True
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
year = '2016'
2727
author = u'Vauxoo'
2828
copyright = '{0}, {1}'.format(year, author)
29-
version = release = u'6.4.21'
29+
version = release = u'6.4.22'
3030

3131
pygments_style = 'trac'
3232
templates_path = ['.']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def read(*names, **kwargs):
1515

1616
setup(
1717
name='travis2docker',
18-
version='6.4.21',
18+
version='6.4.22',
1919
license='BSD',
2020
description='Script to generate Dockerfile from .travis.yml file',
2121
long_description='%s\n%s'

src/travis2docker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "6.4.21"
1+
__version__ = "6.4.22"

0 commit comments

Comments
 (0)