Skip to content

Commit

Permalink
bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bleykauf committed May 13, 2024
1 parent 0d337cc commit dac059e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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).

## [2.0.1] - 2024-05-13

### Fixed
* Fixed bug that prevented the robust autolock from working

## [2.0.0] - 2024-04-05

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


[2.0.1]: https://github.com/linien-org/linien/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/linien-org/linien/compare/v1.0.2...v2.0.0
[1.0.2]: https://github.com/linien-org/linien/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/linien-org/linien/compare/v1.0.0...v1.0.1
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.0.0"
version = "2.0.1"
authors = [
{ name = "Benjamin Wiegand", email = "benjamin.wiegand@physik.hu-berlin.de" },
{ name = "Bastian Leykauf", email = "leykauf@physik.hu-berlin.de" },
Expand All @@ -25,7 +25,7 @@ requires-python = ">=3.8"
dependencies = [
"fabric>=2.7.0,<3.0",
"typing_extensions>=4.5.0,<5.0",
"linien-common==2.0.0",
"linien-common==2.0.1",
]

[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.0.0"
version = "2.0.1"
authors = [
{ name = "Benjamin Wiegand", email = "benjamin.wiegand@physik.hu-berlin.de" },
{ name = "Bastian Leykauf", email = "leykauf@physik.hu-berlin.de" },
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.0.0"
version = "2.0.1"
authors = [
{ name = "Benjamin Wiegand", email = "benjamin.wiegand@physik.hu-berlin.de" },
{ name = "Bastian Leykauf", email = "leykauf@physik.hu-berlin.de" },
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.0.0",
"linien_client==2.0.1",
]

[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.0.0"
version = "2.0.1"
authors = [
{ name = "Benjamin Wiegand", email = "benjamin.wiegand@physik.hu-berlin.de" },
{ name = "Bastian Leykauf", email = "leykauf@physik.hu-berlin.de" },
Expand All @@ -28,7 +28,7 @@ dependencies = [
"influxdb-client[ciso]>=1.9,<2.0",
"pylpsd>=0.1.4",
"pyrp3>=2.0.1,<3.0;platform_machine=='armv7l'",
"linien-common==2.0.0",
"linien-common==2.0.1",
]

[project.readme]
Expand Down

0 comments on commit dac059e

Please sign in to comment.