Skip to content

Commit ac9a601

Browse files
authored
4.4.0 (#443)
1 parent 15d01f9 commit ac9a601

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Sebastian Castro"
2323

2424
# The full version, including alpha/beta/rc tags
25-
version = release = "4.3.4"
25+
version = release = "4.4.0"
2626

2727

2828
# -- General configuration ---------------------------------------------------

pyrobosim/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>pyrobosim</name>
5-
<version>4.3.4</version>
5+
<version>4.4.0</version>
66
<description>ROS 2 enabled 2D mobile robot simulator for behavior prototyping.</description>
77
<maintainer email="sebas.a.castro@gmail.com">Sebastian Castro</maintainer>
88
<license>MIT</license>

pyrobosim/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pyrobosim"
7-
version = "4.3.4"
7+
version = "4.4.0"
88
description = "2D mobile robot simulator for behavior prototyping."
99
readme = "README.md"
1010
license = { text = "MIT" }

pyrobosim/test/test_pyrobosim.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ def test_import() -> None:
1212

1313
def test_version() -> None:
1414
ver = version("pyrobosim")
15-
assert ver == "4.3.4", "Incorrect pyrobosim version"
15+
assert ver == "4.4.0", "Incorrect pyrobosim version"

pyrobosim_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>pyrobosim_msgs</name>
5-
<version>4.3.4</version>
5+
<version>4.4.0</version>
66
<description>ROS interface definitions for PyRoboSim.</description>
77
<maintainer email="sebas.a.castro@gmail.com">Sebastian Castro</maintainer>
88
<license>MIT</license>

pyrobosim_ros/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>pyrobosim_ros</name>
5-
<version>4.3.4</version>
5+
<version>4.4.0</version>
66
<description>ROS 2 wrapper around PyRoboSim.</description>
77
<maintainer email="sebas.a.castro@gmail.com">Sebastian Castro</maintainer>
88
<license>MIT</license>

pyrobosim_ros/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pyrobosim_ros"
7-
version = "4.3.4"
7+
version = "4.4.0"
88
description = "ROS 2 interface to PyRoboSim."
99
license = { text = "MIT" }
1010
authors = [

0 commit comments

Comments
 (0)