Skip to content

Commit c37c0aa

Browse files
committed
bump version to 2.1.0rc1
1 parent 7fd24c3 commit c37c0aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
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.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [v2.1.0]
99

1010
### Changed
1111

@@ -17,5 +17,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
* Don't use setuptools_scm & specify version manually by @doronbehar in https://github.com/linien-org/pyrp3/pull/14
1919

20-
[Unreleased]: https://github.com/linien-org/pyrp3/compare/v2.0.2...HEAD
20+
[v2.1.0]: https://github.com/linien-org/pyrp3/compare/v2.0.2...v2.1.0
2121
[v2.0.2]: https://github.com/linien-org/pyrp3/compare/v2.0.1...v2.0.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pyrp3"
7-
version = "2.1.0.dev0"
7+
version = "2.1.0rc1"
88
description = "Python utilities for RedPitaya"
99
authors = [
1010
{ name = "Pierre Cladé", email = "[email protected]" },

0 commit comments

Comments
 (0)