We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800784b commit 24f3eeeCopy full SHA for 24f3eee
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## [Unreleased]
4
5
+## [4.3.1] - 2023-09-19
6
+
7
+### Changed
8
9
+- Replaced `psycopg2` with new `psycopg` package. #1143
10
+- Updated dependencies & packages. #1129
11
12
## [4.3.0] - 2023-09-07
13
14
### Changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "nextcloudappstore"
-version = "4.3.0"
+version = "4.3.1"
description = "App store for Nextcloud apps"
authors = ["Morris Jobke <hey@morrisjobke.de>"]
0 commit comments