Skip to content

Commit d6d60df

Browse files
authored
Bump version to v0.4.0 (#73)
Signed-off-by: Irene Bandera <irenebandera@eprosima.com>
1 parent f1ad184 commit d6d60df

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION_MAJOR 0
2-
VERSION_MINOR 3
2+
VERSION_MINOR 4
33
VERSION_PATCH 0

cmake_utils/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>cmake_utils</name>
5-
<version>0.3.0</version>
5+
<version>0.4.0</version>
66
<description>
77
*eprosima* CMake utils and macros.
88
</description>

cpp_utils/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>cpp_utils</name>
5-
<version>0.3.0</version>
5+
<version>0.4.0</version>
66
<description>
77
*eprosima* Dev Utils Module is a C++ implementation for some generic utils methods and classes.
88
</description>

py_utils/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>py_utils</name>
5-
<version>0.3.0</version>
5+
<version>0.4.0</version>
66
<description>
77
*eprosima* Dev Utils Module is a Python implementation for some generic utils methods and classes.
88
</description>

py_utils/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name=package_name,
19-
version='0.0.0',
19+
version='0.4.0',
2020
packages=file_packages,
2121
long_description=long_description,
2222
data_files=[

versions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The *Forthcoming* section includes those features added in `main` branch that ar
1818
* Refactor the way to set labels to tests.
1919
* **cpp_utils**
2020
* Add some utils functions.
21+
2122
## Version 0.3.0
2223

2324
* New event class **StdinEventHandler** to easily read from std::cin.

0 commit comments

Comments
 (0)