Skip to content

Commit 709c6dc

Browse files
committed
Bump version to 1.3.0
1 parent 825c78c commit 709c6dc

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 = 1.2.1
2+
current_version = 1.3.0
33
message = Bump version to {new_version}
44
commit = True
55
tag = True

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file.
77
The format is based on `Keep a Changelog <http://keepachangelog.com/en/1.0.0/>`_
88
and this project adheres to `Semantic Versioning <http://semver.org/spec/v2.0.0.html>`_.
99

10-
Unreleased
10+
1.3.0
1111
----------
1212

1313
**Added**

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
year = '2019'
2626
author = 'Gramazio Kohler Research'
2727
copyright = '{0}, {1}'.format(year, author)
28-
version = release = '1.2.1'
28+
version = release = '1.3.0'
2929

3030
pygments_style = 'trac' # Perhaps change to sphinx
3131
templates_path = ['.']

src/roslibpy/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
__title__ = 'roslibpy'
55
__description__ = 'Python ROS Bridge library.'
66
__url__ = 'https://github.com/gramaziokohler/roslibpy'
7-
__version__ = '1.2.1'
7+
__version__ = '1.3.0'
88
__author__ = 'Gramazio Kohler Research'
99
__author_email__ = '[email protected]'
1010
__license__ = 'MIT license'

0 commit comments

Comments
 (0)