File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+ ## [ 1.0.0-rc0 ] 2026-07-11
99
1010### Added
1111
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ authors:
1515url : " https://github.com/compas-dev/compas_plotter"
1616repository-code : " https://github.com/compas-dev/compas_plotter"
1717license : MIT
18- version : " 0. 1.0"
18+ version : " 1.0.0-rc0 "
1919date-released : 2026-06-30
2020keywords :
2121 - COMPAS
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ docstring-code-line-length = "dynamic"
103103# ============================================================================
104104
105105[tool .bumpversion ]
106- current_version = " 0. 1.0"
106+ current_version = " 1.0.0-rc0 "
107107message = " Bump version to {new_version}"
108108commit = true
109109tag = true
Original file line number Diff line number Diff line change 11__title__ = "compas_plotter"
22__description__ = "2D visualisation of COMPAS geometry and data structures with matplotlib."
33__url__ = "https://github.com/compas-dev/compas_plotter"
4- __version__ = "0. 1.0"
4+ __version__ = "1.0.0-rc0 "
55__author__ = "tom van mele"
66__author_email__ = "tom.v.mele@gmail.com"
77__license__ = "MIT license"
You can’t perform that action at this time.
0 commit comments