Skip to content

Commit

Permalink
bump version to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bleykauf committed Aug 15, 2024
1 parent b5d0abd commit fe4386a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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.0rc2"
version = "2.1.0"
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.0rc2",
"linien-common==2.1.0",
]

[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.0rc2"
version = "2.1.0"
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.0rc2"
version = "2.1.0"
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.0rc2",
"linien_client==2.1.0",
]

[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.0rc2"
version = "2.1.0"
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.0rc2",
"linien-common==2.1.0",
]

[project.readme]
Expand Down

0 comments on commit fe4386a

Please sign in to comment.