Skip to content

Commit

Permalink
2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
clalancette committed Aug 21, 2023
1 parent ecd85c9 commit f65f859
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Forthcoming
-----------
2.1.4 (2023-08-21)
------------------
* Catch all of the spurious warnings from get_event_loop. (`#94 <https://github.com/osrf/osrf_pycommon/issues/94>`_)
* Contributors: Chris Lalancette

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>2.1.3</version>
<version>2.1.4</version>
<description>Commonly needed Python modules, used by Python software developed at OSRF.</description>

<maintainer email="william@openrobotics.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='2.1.3',
version='2.1.4',
packages=packages,
data_files=[
('share/' + package_name, ['package.xml']),
Expand Down

0 comments on commit f65f859

Please sign in to comment.