File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >`_)
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2222
2323setup (
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' ]),
You can’t perform that action at this time.
0 commit comments