Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hypsug0 committed Apr 22, 2024
1 parent 5346a44 commit cb0be67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 1.1.0 - 2024-04-22

- Reset migrations du to breaking migratio system on child modules (sinp_organisms)
- Update dependencies

## 1.0.1 - 2024-04-11

- Improve tests
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dj_sinp_nomenclatures"
version = "1.0.1"
version = "1.1.0"
description = "Django app to manage french SINP nomenclatures standards"
authors = ["dbChiro project <project@dbchiro.org>"]
license = "AGPLv3"
Expand All @@ -15,7 +15,7 @@ packages = [{ include = "sinp_nomenclatures" }]
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
Django = ">=3.2,<5.0"
djangorestframework = ">=3.0,<4.0"
djangorestfradependantmework = ">=3.0,<4.0"
django-filter = ">=23.5,<25.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit cb0be67

Please sign in to comment.