Skip to content

Commit

Permalink
Bump version to v0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Irene Bandera <[email protected]>
  • Loading branch information
irenebm committed Jun 28, 2023
1 parent 6bc2f01 commit bd28683
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_MAJOR 0
VERSION_MINOR 3
VERSION_MINOR 4
VERSION_PATCH 0
2 changes: 1 addition & 1 deletion cmake_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>cmake_utils</name>
<version>0.3.0</version>
<version>0.4.0</version>
<description>
*eprosima* CMake utils and macros.
</description>
Expand Down
2 changes: 1 addition & 1 deletion cpp_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>cpp_utils</name>
<version>0.3.0</version>
<version>0.4.0</version>
<description>
*eprosima* Dev Utils Module is a C++ implementation for some generic utils methods and classes.
</description>
Expand Down
2 changes: 1 addition & 1 deletion py_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>py_utils</name>
<version>0.3.0</version>
<version>0.4.0</version>
<description>
*eprosima* Dev Utils Module is a Python implementation for some generic utils methods and classes.
</description>
Expand Down
2 changes: 1 addition & 1 deletion py_utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name=package_name,
version='0.0.0',
version='0.4.0',
packages=file_packages,
long_description=long_description,
data_files=[
Expand Down
2 changes: 1 addition & 1 deletion versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This file includes the released versions of **dev-utils** project along with their contributions to the project.
The *Forthcoming* section includes those features added in `main` branch that are not yet in a stable release.

## Forthcoming
## Version 0.4.0

* New package **py_utils** with Python utils:
* logging utils
Expand Down

0 comments on commit bd28683

Please sign in to comment.