File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed
Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## Unreleased
8+ ## [ 2.1.0 ] 2025-11-12
99
1010### Added
1111
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ command to check if the installation process was successful.
2727
2828 .. code-block :: none
2929
30- COMPAS EVE v2.0 .0 is installed!
30+ COMPAS EVE v2.1 .0 is installed!
3131
3232 You are ready to use **COMPAS EVE **!
3333
@@ -83,7 +83,7 @@ To switch to a specific version
8383
8484.. code-block :: bash
8585
86- conda install compas_eve=2.0 .0
86+ conda install compas_eve=2.1 .0
8787
8888
8989 Update with pip
@@ -99,7 +99,7 @@ Or to switch to a specific version
9999
100100.. code-block :: bash
101101
102- pip install compas_eve==2.0 .0
102+ pip install compas_eve==2.1 .0
103103
104104
105105 Working in Rhino
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ docstring-code-line-length = "dynamic"
111111# ============================================================================
112112
113113[tool .bumpversion ]
114- current_version = " 2.0 .0"
114+ current_version = " 2.1 .0"
115115message = " Bump version to {new_version}"
116116commit = true
117117tag = true
Original file line number Diff line number Diff line change 3535__copyright__ = "Gramazio Kohler Research"
3636__license__ = "MIT License"
373738- __version__ = "2.0 .0"
38+ __version__ = "2.1 .0"
3939
4040from .event_emitter import EventEmitterMixin # noqa: F401 needed here to avoid circular import on py2.7
4141from .core import (
Original file line number Diff line number Diff line change 1- # r: compas_eve>=2.0 .0
1+ # r: compas_eve>=2.1 .0
22"""
33Background Task component.
44
Original file line number Diff line number Diff line change 1- # r: compas_eve>=2.0 .0
1+ # r: compas_eve>=2.1 .0
22"""
33Create a message.
44"""
Original file line number Diff line number Diff line change 1- # r: compas_eve>=2.0 .0
1+ # r: compas_eve>=2.1 .0
22"""
33Connect or disconnect to an MQTT broker.
44"""
Original file line number Diff line number Diff line change 1- # r: compas_eve>=2.0 .0
1+ # r: compas_eve>=2.1 .0
22"""
33Publish messages to a topic.
44"""
Original file line number Diff line number Diff line change 1- # r: compas_eve>=2.0 .0
1+ # r: compas_eve>=2.1 .0
22"""
33Subscribe to a topic to receive messages.
44"""
You can’t perform that action at this time.
0 commit comments