Skip to content

Commit 273e772

Browse files
committed
Bump version to 1.0.0
1 parent df7a97f commit 273e772

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
## [1.0.0] 2026-07-11
99

1010
### Added
1111

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors:
1515
url: "https://github.com/compas-dev/compas_plotter"
1616
repository-code: "https://github.com/compas-dev/compas_plotter"
1717
license: MIT
18-
version: "1.0.0-rc0"
18+
version: "1.0.0"
1919
date-released: 2026-06-30
2020
keywords:
2121
- COMPAS

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ docstring-code-line-length = "dynamic"
103103
# ============================================================================
104104

105105
[tool.bumpversion]
106-
current_version = "1.0.0-rc0"
106+
current_version = "1.0.0"
107107
message = "Bump version to {new_version}"
108108
commit = true
109109
tag = true

src/compas_plotter/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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__ = "1.0.0-rc0"
4+
__version__ = "1.0.0"
55
__author__ = "tom van mele"
66
__author_email__ = "tom.v.mele@gmail.com"
77
__license__ = "MIT license"

0 commit comments

Comments
 (0)