Skip to content

Commit dac059e

Browse files
committed
bump version and update changelog
1 parent 0d337cc commit dac059e

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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+
## [2.0.1] - 2024-05-13
9+
10+
### Fixed
11+
* Fixed bug that prevented the robust autolock from working
12+
813
## [2.0.0] - 2024-04-05
914

1015
### Added
@@ -206,6 +211,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
206211
* **Bug fixes and performance improvements**
207212

208213

214+
[2.0.1]: https://github.com/linien-org/linien/compare/v2.0.0...v2.0.1
209215
[2.0.0]: https://github.com/linien-org/linien/compare/v1.0.2...v2.0.0
210216
[1.0.2]: https://github.com/linien-org/linien/compare/v1.0.1...v1.0.2
211217
[1.0.1]: https://github.com/linien-org/linien/compare/v1.0.0...v1.0.1

linien-client/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "linien-client"
7-
version = "2.0.0"
7+
version = "2.0.1"
88
authors = [
99
{ name = "Benjamin Wiegand", email = "[email protected]" },
1010
{ name = "Bastian Leykauf", email = "[email protected]" },
@@ -25,7 +25,7 @@ requires-python = ">=3.8"
2525
dependencies = [
2626
"fabric>=2.7.0,<3.0",
2727
"typing_extensions>=4.5.0,<5.0",
28-
"linien-common==2.0.0",
28+
"linien-common==2.0.1",
2929
]
3030

3131
[project.readme]

linien-common/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 = "linien-common"
7-
version = "2.0.0"
7+
version = "2.0.1"
88
authors = [
99
{ name = "Benjamin Wiegand", email = "[email protected]" },
1010
{ name = "Bastian Leykauf", email = "[email protected]" },

linien-gui/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "linien-gui"
7-
version = "2.0.0"
7+
version = "2.0.1"
88
authors = [
99
{ name = "Benjamin Wiegand", email = "[email protected]" },
1010
{ name = "Bastian Leykauf", email = "[email protected]" },
@@ -28,7 +28,7 @@ dependencies = [
2828
"PyQt5>=5.12.0,<6.0",
2929
"requests>=2.31.0,<3.0",
3030
"superqt>=0.2.3",
31-
"linien_client==2.0.0",
31+
"linien_client==2.0.1",
3232
]
3333

3434
[project.readme]

linien-server/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "linien-server"
7-
version = "2.0.0"
7+
version = "2.0.1"
88
authors = [
99
{ name = "Benjamin Wiegand", email = "[email protected]" },
1010
{ name = "Bastian Leykauf", email = "[email protected]" },
@@ -28,7 +28,7 @@ dependencies = [
2828
"influxdb-client[ciso]>=1.9,<2.0",
2929
"pylpsd>=0.1.4",
3030
"pyrp3>=2.0.1,<3.0;platform_machine=='armv7l'",
31-
"linien-common==2.0.0",
31+
"linien-common==2.0.1",
3232
]
3333

3434
[project.readme]

0 commit comments

Comments
 (0)