Skip to content

Commit ed35153

Browse files
authored
Merge pull request #155 from RobotWebTools/release-2.0.1
Release 2.0.1
2 parents 67ee49d + 73014c8 commit ed35153

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

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

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@ Unreleased
1616

1717
**Fixed**
1818

19+
**Deprecated**
20+
21+
**Removed**
22+
23+
2.0.1
24+
----------
25+
26+
**Added**
27+
28+
**Changed**
29+
30+
**Fixed**
31+
1932
* Fixed reconnection on the Twisted transport failing after a connection had
2033
been idle for more than a few seconds: ``connect`` now schedules the
2134
connection through the reactor thread so an idle reactor is woken to service

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 = "2.0.0"
28+
version = release = "2.0.1"
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__ = "2.0.0"
7+
__version__ = "2.0.1"
88
__author__ = "Gramazio Kohler Research"
99
__author_email__ = "gramaziokohler@arch.ethz.ch"
1010
__license__ = "MIT license"

0 commit comments

Comments
 (0)