Skip to content

Commit 04cba20

Browse files
authored
Merge pull request #22 from MTES-MCT/feat/v0.0.15
v0.0.15: adjust desc/example to follow schema spec, update activities…
2 parents 1432ff9 + c33561d commit 04cba20

File tree

5 files changed

+101
-457
lines changed

5 files changed

+101
-457
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11-
- name: Installation Python 3.7
11+
- name: Installation Python 3.10
1212
uses: actions/setup-python@v1
1313
with:
14-
python-version: '3.7'
14+
python-version: '3.10'
1515
- name: Cache pip
1616
uses: actions/cache@v1
1717
with:

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
Ce fichier répertorie les changements entre différentes versions d'un schéma.
44

5+
### Version 0.0.15 - 03-21-2024
6+
* Rewrite descriptions and examples for array to be compliant with the schema specifications
7+
* Update activities
8+
* Add Handiplage as possible value for labels.
9+
510
### Version 0.0.14 - 06-19-2023
611
* Change project metadata
712

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
frictionless==4.40.3
1+
frictionless==5.13.1
22
click==8.0.4

0 commit comments

Comments
 (0)