Skip to content

Commit

Permalink
Merge pull request #71 from clarin-eric/dev
Browse files Browse the repository at this point in the history
Prepare 2.3.5 release
  • Loading branch information
andmor- authored Mar 21, 2023
2 parents ae7c97d + ba58398 commit 311ec41
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 2 additions & 2 deletions Centre-Registry-config/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
2 changes: 1 addition & 1 deletion centre-registry-app/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 311ec41

Please sign in to comment.