Skip to content

Commit

Permalink
bump version to v2.2.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
bleykauf committed Aug 15, 2024
1 parent 6caa6a9 commit 704966c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.1.0]

### Added
Expand Down Expand Up @@ -244,6 +246,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* **Bug fixes and performance improvements**

[Unreleased]: https://github.com/linien-org/linien/compare/v2.1.0...HEAD
[2.1.0]: https://github.com/linien-org/linien/compare/v2.0.4...v2.1.0
[2.0.4]: https://github.com/linien-org/linien/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/linien-org/linien/compare/v2.0.2...v2.0.3
Expand Down
4 changes: 2 additions & 2 deletions linien-client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "linien-client"
version = "2.1.0"
version = "2.2.0.dev0"
authors = [
{ name = "Benjamin Wiegand", email = "[email protected]" },
{ name = "Bastian Leykauf", email = "[email protected]" },
Expand All @@ -25,7 +25,7 @@ requires-python = ">=3.8"
dependencies = [
"fabric>=3.2.2,<4.0",
"typing_extensions>=4.5.0,<5.0",
"linien-common==2.1.0",
"linien-common==2.2.0.dev0",
]

[project.readme]
Expand Down
2 changes: 1 addition & 1 deletion linien-common/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "linien-common"
version = "2.1.0"
version = "2.2.0.dev0"
authors = [
{ name = "Benjamin Wiegand", email = "[email protected]" },
{ name = "Bastian Leykauf", email = "[email protected]" },
Expand Down
4 changes: 2 additions & 2 deletions linien-gui/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "linien-gui"
version = "2.1.0"
version = "2.2.0.dev0"
authors = [
{ name = "Benjamin Wiegand", email = "[email protected]" },
{ name = "Bastian Leykauf", email = "[email protected]" },
Expand All @@ -28,7 +28,7 @@ dependencies = [
"PyQt5>=5.12.0,<6.0",
"requests>=2.31.0,<3.0",
"superqt>=0.2.3",
"linien_client==2.1.0",
"linien_client==2.2.0.dev0",
]

[project.readme]
Expand Down
4 changes: 2 additions & 2 deletions linien-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "linien-server"
version = "2.1.0"
version = "2.2.0.dev0"
authors = [
{ name = "Benjamin Wiegand", email = "[email protected]" },
{ name = "Bastian Leykauf", email = "[email protected]" },
Expand All @@ -28,7 +28,7 @@ dependencies = [
"influxdb-client[ciso]>=1.9,<2.0",
"pylpsd>=0.1.4",
"pyrp3>=2.1.0,<3.0;platform_machine=='armv7l'",
"linien-common==2.1.0",
"linien-common==221.0.dev0",
]

[project.readme]
Expand Down

0 comments on commit 704966c

Please sign in to comment.