Skip to content

Commit c14af2d

Browse files
committed
Bump version to 2.2.0
1 parent fe70aea commit c14af2d

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [2.2.0] 2026-04-16
99

1010
### Added
1111

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ docstring-code-line-length = "dynamic"
111111
# ============================================================================
112112

113113
[tool.bumpversion]
114-
current_version = "2.1.1"
114+
current_version = "2.2.0"
115115
message = "Bump version to {new_version}"
116116
commit = true
117117
tag = true

src/compas_eve/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
__copyright__ = "COMPAS Association"
33
__license__ = "MIT License"
44
__email__ = "casas@arch.ethz.ch"
5-
__version__ = "2.1.1"
5+
__version__ = "2.2.0"
66

77
from .event_emitter import EventEmitterMixin # noqa: F401 needed here to avoid circular import on py2.7
88
from .core import (

src/compas_eve/ghpython/components/Ce_BackgroundTask/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# r: compas_eve>=2.1.1
1+
# r: compas_eve>=2.2.0
22
"""
33
Background Task component.
44

src/compas_eve/ghpython/components/Ce_Message/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# r: compas_eve>=2.1.1
1+
# r: compas_eve>=2.2.0
22
"""
33
Create a message.
44
"""

src/compas_eve/ghpython/components/Ce_MqttConnect/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# r: compas_eve>=2.1.1
1+
# r: compas_eve>=2.2.0
22
"""
33
Connect or disconnect to an MQTT broker.
44
"""

src/compas_eve/ghpython/components/Ce_Publish/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# r: compas_eve>=2.1.1
1+
# r: compas_eve>=2.2.0
22
"""
33
Publish messages to a topic.
44
"""

src/compas_eve/ghpython/components/Ce_Subscribe/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# r: compas_eve>=2.1.1
1+
# r: compas_eve>=2.2.0
22
"""
33
Subscribe to a topic to receive messages.
44
"""

src/compas_eve/ghpython/components/Ce_ZenohConnect/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# r: compas_eve>=2.1.1
1+
# r: compas_eve>=2.2.0
22
"""
33
Initialize a Zenoh transport.
44
"""

0 commit comments

Comments
 (0)