Skip to content

Commit fe4386a

Browse files
committed
bump version to v2.1.0
1 parent b5d0abd commit fe4386a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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.1.0rc2"
7+
version = "2.1.0"
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.1.0rc2",
28+
"linien-common==2.1.0",
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.1.0rc2"
7+
version = "2.1.0"
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.1.0rc2"
7+
version = "2.1.0"
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.1.0rc2",
31+
"linien_client==2.1.0",
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.1.0rc2"
7+
version = "2.1.0"
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.1.0,<3.0;platform_machine=='armv7l'",
31-
"linien-common==2.1.0rc2",
31+
"linien-common==2.1.0",
3232
]
3333

3434
[project.readme]

0 commit comments

Comments
 (0)