Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Audrow Nash <audrow@hey.com>
  • Loading branch information
paudrow committed Jan 20, 2022
1 parent d3d988f commit d5fb7c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.0.1 (2022-01-20)
------------------
* Update release distributions. (`#78 <https://github.com/osrf/osrf_pycommon/issues/78>`_)
* Contributors: Steven! Ragnarök

1.0.0 (2021-01-25)
------------------
* Added missing conflict rules in stdeb.cfg.
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>osrf_pycommon</name>
<version>1.0.0</version>
<version>1.0.1</version>
<description>Commonly needed Python modules, used by Python software developed at OSRF.</description>
<maintainer email="william@osrfoundation.org">William Woodall</maintainer>

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name=package_name,
version='1.0.0',
version='1.0.1',
packages=packages,
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down

0 comments on commit d5fb7c9

Please sign in to comment.