Skip to content

Commit

Permalink
Bump version to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas committed Jun 24, 2024
1 parent 2d8ec3d commit 59df3b7
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.9.2] 2024-06-24

### Added

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ doctest_optionflags = [
# ============================================================================

[tool.bumpversion]
current_version = "0.9.1"
current_version = "0.9.2"
message = "Bump version to {new_version}"
commit = true
tag = true
Expand Down
2 changes: 1 addition & 1 deletion src/compas_xr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
__copyright__ = "ETH Zurich, Princeton University"
__license__ = "MIT License"
__email__ = "[email protected]"
__version__ = "0.9.1"
__version__ = "0.9.2"


HERE = os.path.dirname(__file__)
Expand Down
2 changes: 1 addition & 1 deletion src/compas_xr/ghpython/components/Cx_AppSettings/code.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Application Settings.
COMPAS XR v0.9.1
COMPAS XR v0.9.2
"""

from ghpythonlib.componentbase import executingcomponent as component
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Settings for Firebase.
COMPAS XR v0.9.1
COMPAS XR v0.9.2
"""

import json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Get Trajectory Request Component.
COMPAS XR v0.9.1
COMPAS XR v0.9.2
"""

from compas_eve import Subscriber
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Sync Result component is used to consolidate all user-defined inputs for the resulting trajectory and coordinate them into a single, unified trajectory.
COMPAS XR v0.9.1
COMPAS XR v0.9.2
"""

from ghpythonlib.componentbase import executingcomponent as component
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Planning service response.
COMPAS XR v0.9.1
COMPAS XR v0.9.2
"""

from compas_eve import Publisher
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Gets trajectories to be executed by a robot.
COMPAS XR v0.9.1
COMPAS XR v0.9.2
"""

from compas_eve import Subscriber
Expand Down
2 changes: 1 addition & 1 deletion src/compas_xr/ghpython/components/Cx_XrOptions/code.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Component to define COMPAS XR options.
COMPAS XR v0.9.1
COMPAS XR v0.9.2
"""

from ghpythonlib.componentbase import executingcomponent as component
Expand Down

0 comments on commit 59df3b7

Please sign in to comment.