Skip to content

Commit 1527649

Browse files
authored
Merge pull request #407 from linien-org/release/v2.0.4
Release v2.0.4
2 parents 8bca16f + fb53b49 commit 1527649

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
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.4] - 2024-05-30
9+
10+
### Fixed
11+
* Fixed bug where `*.ui` would not be included in the `linien-gui` package by @bleykauf in https://github.com/linien-org/linien/pull/407
12+
813
## [2.0.3] - 2024-05-29
914

1015
### Fixed
@@ -225,6 +230,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
225230

226231
* **Bug fixes and performance improvements**
227232

233+
[2.0.4]: https://github.com/linien-org/linien/compare/v2.0.3...v2.0.4
228234
[2.0.3]: https://github.com/linien-org/linien/compare/v2.0.2...v2.0.3
229235
[2.0.2]: https://github.com/linien-org/linien/compare/v2.0.1...v2.0.2
230236
[2.0.1]: https://github.com/linien-org/linien/compare/v2.0.0...v2.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.3"
7+
version = "2.0.4"
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>=3.2.2,<4.0",
2727
"typing_extensions>=4.5.0,<5.0",
28-
"linien-common==2.0.3",
28+
"linien-common==2.0.4",
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.3"
7+
version = "2.0.4"
88
authors = [
99
{ name = "Benjamin Wiegand", email = "[email protected]" },
1010
{ name = "Bastian Leykauf", email = "[email protected]" },

linien-gui/pyproject.toml

Lines changed: 4 additions & 3 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.3"
7+
version = "2.0.4"
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.3",
31+
"linien_client==2.0.4",
3232
]
3333

3434
[project.readme]
@@ -48,4 +48,5 @@ include-package-data = false
4848
namespaces = false
4949

5050
[tool.setuptools.package-data]
51-
linien_gui = ["*.ui"]
51+
"linien_gui.ui" = ["*.ui"]
52+
linien_gui = ["icon.ico"]

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.3"
7+
version = "2.0.4"
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.3",
31+
"linien-common==2.0.4",
3232
]
3333

3434
[project.readme]

0 commit comments

Comments
 (0)