Skip to content

Commit 01ae4f8

Browse files
authored
Merge pull request #21 from PnX-SI/develop
Release 1.5.1
2 parents 1e7f326 + 40f49c4 commit 01ae4f8

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.github/workflows/pytest.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
debian-version: [ '11', '12' ]
2121
sqlalchemy-version: [ '1.4' ]
2222
include:
23-
- debian-version: '11'
24-
python-version: '3.9'
25-
postgres-version: '13'
26-
postgis-version: '3.2'
27-
- debian-version: '12'
28-
python-version: '3.11'
29-
postgres-version: '15'
30-
postgis-version: '3.3'
23+
- debian-version: "11"
24+
python-version: "3.9"
25+
postgres-version: "13"
26+
postgis-version: "3.2"
27+
- debian-version: "12"
28+
python-version: "3.11"
29+
postgres-version: "15"
30+
postgis-version: "3.3"
3131

3232
name: Debian ${{ matrix.debian-version}} - SQLAlchemy ${{ matrix.sqlalchemy-version }}
3333

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
1.5.0 (2024-01-29)
4+
1.5.1 (2024-01-29)
55
------------------
66

77
- Ajout de la hiérachisation des types de zonages géographiques, avec l'ajout du champs `ref_geo.bib_areas_types.size_hierarchy` (#11)

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.5.1

requirements.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ flask-sqlalchemy
44
flask-marshmallow
55
python-dotenv
66
sqlalchemy>=1.4,<2
7-
utils-flask-sqlalchemy>=0.4.0
8-
utils-flask-sqlalchemy-geo>=0.3.0
7+
utils-flask-sqlalchemy>=0.4.1
8+
utils-flask-sqlalchemy-geo>=0.3.1
99
psycopg2

0 commit comments

Comments
 (0)