diff --git a/CHANGELOG.md b/CHANGELOG.md index ea3cd3e..7228f74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,19 @@ # Changelog -## [2.3.5] - 14.03.2023 +## [2.3.5] - 21.03.2023 ### Changed features -- Started CHANGELOG.md -- Django 2.2.25 to 2.2.28 +- Started CHANGELOG.md +- Updated dependencies: + - Django 2.2.25 to 2.2.28 + - Jsonschema 3.1.1 to 4.17.3 + - django-test-migrations 0.2.0 to 1.2.0 + - lxml 4.6.5 to 4.9.2 - Build config changed from setup.py to pyproject.toml - Build backend from setuptools to poetry +- Travis build on Python 3.9 (from 3.7) +- Upgraded selenium 3.141.0 to 4.8.2 +- Lowest version of Firefox test upgraded from 45 to 70 +- Added browser test on macOS 12, 13 and Windows 11 platforms +- Removed browser tests on Linux platforms (not supported by Sellenium anymore) \ No newline at end of file diff --git a/Centre-Registry-config/pyproject.toml b/Centre-Registry-config/pyproject.toml index cf3ad59..818d56e 100644 --- a/Centre-Registry-config/pyproject.toml +++ b/Centre-Registry-config/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "Centre-Registry-config" description = "CLARIN Centre Registry Django project configuration" -version = "2.3.5-rc" +version = "2.3.5" license = "../LICENSE.txt" authors = [ "Beatriz Sanchez Bribian", @@ -30,4 +30,4 @@ requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.poetry.dependencies] -centre-registry-app = "2.3.5-rc" +centre-registry-app = "2.3.5" diff --git a/centre-registry-app/pyproject.toml b/centre-registry-app/pyproject.toml index 4e27e70..9092051 100644 --- a/centre-registry-app/pyproject.toml +++ b/centre-registry-app/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "centre_registry_app" description = "CLARIN Centre Registry, a Django application. " -version = "2.3.5-rc" +version = "2.3.5" license = "../LICENSE.txt" authors = [ "Beatriz Sanchez Bribian",