File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
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.1 ] 2024-05-14
99
1010### Added
1111
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ doctest_optionflags = [
8383# ============================================================================
8484
8585[tool .bumpversion ]
86- current_version = " 2.1.0 "
86+ current_version = " 2.1.1 "
8787message = " Bump version to {new_version}"
8888commit = true
8989tag = true
Original file line number Diff line number Diff line change 2020__copyright__ = "Copyright 2014-2022 - ETH Zurich, Copyright 2023 - COMPAS Association"
2121__license__ = "MIT License"
2222__email__ = "tom.v.mele@gmail.com"
23- __version__ = "2.1.0 "
23+ __version__ = "2.1.1 "
2424
2525
2626HERE = compas ._os .realpath (os .path .dirname (__file__ ))
Original file line number Diff line number Diff line change 1111 pass
1212
1313
14- __version__ = "2.1.0 "
14+ __version__ = "2.1.1 "
1515
1616
1717INSTALLABLE_PACKAGES = ["compas" , "compas_blender" ]
Original file line number Diff line number Diff line change 99from compas_rhino import unload_modules # noqa: F401
1010
1111
12- __version__ = "2.1.0 "
12+ __version__ = "2.1.1 "
1313
1414if compas .is_rhino ():
1515 from .utilities import * # noqa: F401 F403
Original file line number Diff line number Diff line change 77import compas
88import compas ._os
99
10- __version__ = "2.1.0 "
10+ __version__ = "2.1.1 "
1111
1212
1313PURGE_ON_DELETE = True
You can’t perform that action at this time.
0 commit comments