Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas committed Mar 27, 2024
1 parent 85ab739 commit b1cc0bc
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.0
current_version = 2.0.0
message = Bump version to {new_version}
commit = True
tag = True
Expand Down
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
## [2.0.0] 2024-03-28

### Added

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors:
orcid: "https://orcid.org/0000-0000-0000-0000"
title: "COMPAS RRC: Online control for ABB robots over a simple-to-use Python interface."
doi: 10.5281/zenodo.4639418
version: v1.1.0
version: v2.0.0
date-released: 2020-07-03
repository-code: "https://github.com/compas-rrc/compas_rrc"
url: "https://compas-rrc.github.io/compas_rrc"
6 changes: 3 additions & 3 deletions docker/real_controller_one_robot/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
ros-master:
image: compasrrc/compas_rrc_driver:v1.1.0
image: compasrrc/compas_rrc_driver:v2.0.0
container_name: ros-master
environment:
- ROS_HOSTNAME=ros-master
Expand All @@ -12,7 +12,7 @@ services:
- roscore

ros-bridge:
image: compasrrc/compas_rrc_driver:v1.1.0
image: compasrrc/compas_rrc_driver:v2.0.0
container_name: ros-bridge
environment:
- ROS_HOSTNAME=ros-bridge
Expand All @@ -29,7 +29,7 @@ services:
- unregister_timeout:=28800 # This horribly long timeout of 8 hours is to workaround this issue: https://github.com/RobotWebTools/rosbridge_suite/issues/138

abb-driver-1:
image: compasrrc/compas_rrc_driver:v1.1.0
image: compasrrc/compas_rrc_driver:v2.0.0
container_name: abb-driver-1
environment:
- ROS_HOSTNAME=abb-driver-1
Expand Down
8 changes: 4 additions & 4 deletions docker/real_controller_two_robots/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
ros-master:
image: compasrrc/compas_rrc_driver:v1.1.0
image: compasrrc/compas_rrc_driver:v2.0.0
container_name: ros-master
environment:
- ROS_HOSTNAME=ros-master
Expand All @@ -12,7 +12,7 @@ services:
- roscore

ros-bridge:
image: compasrrc/compas_rrc_driver:v1.1.0
image: compasrrc/compas_rrc_driver:v2.0.0
container_name: ros-bridge
environment:
- ROS_HOSTNAME=ros-bridge
Expand All @@ -29,7 +29,7 @@ services:
- unregister_timeout:=28800 # This horribly long timeout of 8 hours is to workaround this issue: https://github.com/RobotWebTools/rosbridge_suite/issues/138

abb-driver-1:
image: compasrrc/compas_rrc_driver:v1.1.0
image: compasrrc/compas_rrc_driver:v2.0.0
container_name: abb-driver-1
environment:
- ROS_HOSTNAME=abb-driver-1
Expand All @@ -47,7 +47,7 @@ services:
- namespace:=rob1

abb-driver-2:
image: compasrrc/compas_rrc_driver:v1.1.0
image: compasrrc/compas_rrc_driver:v2.0.0
container_name: abb-driver-2
environment:
- ROS_HOSTNAME=abb-driver-2
Expand Down
8 changes: 4 additions & 4 deletions docker/real_multi_controller/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
ros-master:
image: compasrrc/compas_rrc_driver:v1.1.0
image: compasrrc/compas_rrc_driver:v2.0.0
container_name: ros-master
environment:
- ROS_HOSTNAME=ros-master
Expand All @@ -12,7 +12,7 @@ services:
- roscore

ros-bridge:
image: compasrrc/compas_rrc_driver:v1.1.0
image: compasrrc/compas_rrc_driver:v2.0.0
container_name: ros-bridge
environment:
- ROS_HOSTNAME=ros-bridge
Expand All @@ -29,7 +29,7 @@ services:
- unregister_timeout:=28800 # This horribly long timeout of 8 hours is to workaround this issue: https://github.com/RobotWebTools/rosbridge_suite/issues/138

abb-driver-1:
image: compasrrc/compas_rrc_driver:v1.1.0
image: compasrrc/compas_rrc_driver:v2.0.0
container_name: abb-driver-1
environment:
- ROS_HOSTNAME=abb-driver-1
Expand All @@ -47,7 +47,7 @@ services:
- namespace:=ctrl1_rob1

abb-driver-2:
image: compasrrc/compas_rrc_driver:v1.1.0
image: compasrrc/compas_rrc_driver:v2.0.0
container_name: abb-driver-2
environment:
- ROS_HOSTNAME=abb-driver-2
Expand Down
6 changes: 3 additions & 3 deletions docker/virtual_controller_one_robot/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
ros-master:
image: compasrrc/compas_rrc_driver:v1.1.0
image: compasrrc/compas_rrc_driver:v2.0.0
container_name: ros-master
environment:
- ROS_HOSTNAME=ros-master
Expand All @@ -12,7 +12,7 @@ services:
- roscore

ros-bridge:
image: compasrrc/compas_rrc_driver:v1.1.0
image: compasrrc/compas_rrc_driver:v2.0.0
container_name: ros-bridge
environment:
- ROS_HOSTNAME=ros-bridge
Expand All @@ -29,7 +29,7 @@ services:
- unregister_timeout:=28800 # This horribly long timeout of 8 hours is to workaround this issue: https://github.com/RobotWebTools/rosbridge_suite/issues/138

abb-driver-1:
image: compasrrc/compas_rrc_driver:v1.1.0
image: compasrrc/compas_rrc_driver:v2.0.0
container_name: abb-driver-1
environment:
- ROS_HOSTNAME=abb-driver-1
Expand Down
8 changes: 4 additions & 4 deletions docker/virtual_controller_two_robots/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
ros-master:
image: compasrrc/compas_rrc_driver:v1.1.0
image: compasrrc/compas_rrc_driver:v2.0.0
container_name: ros-master
environment:
- ROS_HOSTNAME=ros-master
Expand All @@ -12,7 +12,7 @@ services:
- roscore

ros-bridge:
image: compasrrc/compas_rrc_driver:v1.1.0
image: compasrrc/compas_rrc_driver:v2.0.0
container_name: ros-bridge
environment:
- ROS_HOSTNAME=ros-bridge
Expand All @@ -29,7 +29,7 @@ services:
- unregister_timeout:=28800 # This horribly long timeout of 8 hours is to workaround this issue: https://github.com/RobotWebTools/rosbridge_suite/issues/138

abb-driver-1:
image: compasrrc/compas_rrc_driver:v1.1.0
image: compasrrc/compas_rrc_driver:v2.0.0
container_name: abb-driver-1
environment:
- ROS_HOSTNAME=abb-driver-1
Expand All @@ -47,7 +47,7 @@ services:
- namespace:=rob1

abb-driver-2:
image: compasrrc/compas_rrc_driver:v1.1.0
image: compasrrc/compas_rrc_driver:v2.0.0
container_name: abb-driver-2
environment:
- ROS_HOSTNAME=abb-driver-2
Expand Down
8 changes: 4 additions & 4 deletions docker/virtual_multi_controller/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
ros-master:
image: compasrrc/compas_rrc_driver:v1.1.0
image: compasrrc/compas_rrc_driver:v2.0.0
container_name: ros-master
environment:
- ROS_HOSTNAME=ros-master
Expand All @@ -12,7 +12,7 @@ services:
- roscore

ros-bridge:
image: compasrrc/compas_rrc_driver:v1.1.0
image: compasrrc/compas_rrc_driver:v2.0.0
container_name: ros-bridge
environment:
- ROS_HOSTNAME=ros-bridge
Expand All @@ -29,7 +29,7 @@ services:
- unregister_timeout:=28800 # This horribly long timeout of 8 hours is to workaround this issue: https://github.com/RobotWebTools/rosbridge_suite/issues/138

abb-driver-1:
image: compasrrc/compas_rrc_driver:v1.1.0
image: compasrrc/compas_rrc_driver:v2.0.0
container_name: abb-driver-1
environment:
- ROS_HOSTNAME=abb-driver-1
Expand All @@ -47,7 +47,7 @@ services:
- namespace:=ctrl1_rob1

abb-driver-2:
image: compasrrc/compas_rrc_driver:v1.1.0
image: compasrrc/compas_rrc_driver:v2.0.0
container_name: abb-driver-2
environment:
- ROS_HOSTNAME=abb-driver-2
Expand Down
1 change: 1 addition & 0 deletions docs/doc_versions.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
latest
2.0.0
1.1.0
1.0.0
2 changes: 1 addition & 1 deletion src/compas_rrc/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "compas_rrc"
__description__ = "COMPAS RRC: Library for ABB Robots"
__url__ = "https://github.com/compas-rrc/compas_rrc"
__version__ = "1.1.0"
__version__ = "2.0.0"
__author__ = "ETH Zurich"
__author_email__ = "[email protected]"
__license__ = "MIT license"
Expand Down

0 comments on commit b1cc0bc

Please sign in to comment.