Skip to content

Commit f06364b

Browse files
committed
0.1.10
1 parent 2bae24b commit f06364b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Forthcoming
2-
-----------
1+
0.1.10 (2020-05-08)
2+
-------------------
33
* fixed simple deprecation warnings (issue `#61 <https://github.com/osrf/osrf_pycommon/issues/61>`_) (`#63 <https://github.com/osrf/osrf_pycommon/issues/63>`_)
44
* Also run tests with Python 3.7 and 3.8 (`#60 <https://github.com/osrf/osrf_pycommon/issues/60>`_)
55
* Remove old py2 platforms, add Suite3 option with Ubuntu Focal (`#58 <https://github.com/osrf/osrf_pycommon/issues/58>`_)

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>osrf_pycommon</name>
7-
<version>0.1.9</version>
7+
<version>0.1.10</version>
88
<description>Commonly needed Python modules, used by Python software developed at OSRF.</description>
99
<maintainer email="william@osrfoundation.org">William Woodall</maintainer>
1010

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name=package_name,
25-
version='0.1.9',
25+
version='0.1.10',
2626
packages=packages,
2727
data_files=[
2828
('share/' + package_name, ['package.xml']),

0 commit comments

Comments
 (0)