From 181eb88eb80722de0fed430797237fe2ef717063 Mon Sep 17 00:00:00 2001 From: Alexander Piskun <13381981+bigcat88@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:18:55 +0300 Subject: [PATCH] publish new release Signed-off-by: Alexander Piskun --- CHANGELOG.md | 6 +++++- pyproject.toml | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e151867d29..f89645e18b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,16 @@ ## [Unreleased] -## [4.6.0] - 2023-12-31 +## [4.6.0] - 2024-01-02 ### Added - Ability to mark comments as a spam for an admin review. #1256 +### Changed + +- lxml updated from `4.9.3` to `4.9.4` + ## [4.5.0] - 2023-12-21 ### Added diff --git a/pyproject.toml b/pyproject.toml index 7fb1acbecb..efaba59447 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "nextcloudappstore" -version = "4.5.0" +version = "4.6.0" description = "App store for Nextcloud apps" authors = ["Alexander Piskun "] [tool.poetry.dependencies] python = "^3.10" -django = "~4.2.5" +django = "~4.2.8" django-braces = "~1.15.0" djangorestframework-camel-case = "^1.3.0" django-parler-rest = "^2.1"