Skip to content

Commit

Permalink
Update version tags and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
domire8 committed Aug 2, 2023
1 parent a3bb405 commit 59e1b71
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Release Versions:

- [1.4.1](#141)
- [1.4.0](#140)
- [1.3.0](#130)
- [1.2.0](#120)
Expand All @@ -10,6 +11,10 @@ Release Versions:
- [0.2.0](#020)
- [0.1.0](#010)

## 1.4.1

Version 1.4.1 includes two fixes to the CI that are required downstream.

## 1.4.0

Version 1.4.0 includes a first stable version of communication interfaces.
Expand Down
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)

set (NETWORK_INTERFACES_VERSION 1.4.0)
set (NETWORK_INTERFACES_VERSION 1.4.1)
project(network_interfaces VERSION ${NETWORK_INTERFACES_VERSION})

option(BUILD_TESTING "Build tests." OFF)
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="network_interfaces",
version="1.4.0",
version="1.4.1",
description="This package implements network interfaces of AICA",
maintainer="Dominic Reber",
maintainer_email="[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion source/communication_interfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)

set(COMMUNICATION_INTERFACES_VERSION 0.0.2)
set(COMMUNICATION_INTERFACES_VERSION 0.0.3)
project(communication_interfaces VERSION ${COMMUNICATION_INTERFACES_VERSION})

option(BUILD_TESTING "Build tests." OFF)
Expand Down

0 comments on commit 59e1b71

Please sign in to comment.