Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Apr 26, 2017
1 parent 289d5a0 commit 3199366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ros_buildfarm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

# the version must be either a released version number which is also a tag name
# or an upcoming version number followed by a branch name separated by a dash
__version__ = '1.3.2-master' # same version as in setup.py
__version__ = '1.3.2' # same version as in setup.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

kwargs = {
'name': 'ros_buildfarm',
'version': '1.3.2-master', # same version as in ros_buildfarm/__init__.py
'version': '1.3.2', # same version as in ros_buildfarm/__init__.py
'packages': find_packages(exclude=['test']),
'scripts': scripts,
'include_package_data': True,
Expand Down

0 comments on commit 3199366

Please sign in to comment.