Skip to content

Commit 0f8219d

Browse files
committed
pre-release commit
1 parent 90494df commit 0f8219d

6 files changed

+16
-9
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# CHANGELOG
22

3-
## 1.4.0 (2023-09-14)
3+
## 1.4.1 (2024-01-29)
4+
5+
**🐛 Corrections**
6+
7+
- Nom des communes (branche alembic `ref_geo_fr_municipalities`): correction des caractères `¼` et `½` en `Œ` et `œ`
8+
9+
1.4.0 (2023-09-14)
10+
11+
---
412

513
**🚀 Nouveautés**
614

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.4.1

requirements.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
alembic
2-
flask>=2.1
2+
flask>=3.0
33
flask-sqlalchemy
44
flask-marshmallow
55
python-dotenv
66
sqlalchemy>=1.4,<2
7-
utils-flask-sqlalchemy>=0.3.0
8-
utils-flask-sqlalchemy-geo>=0.2.8
7+
utils-flask-sqlalchemy>=0.4.0
8+
utils-flask-sqlalchemy-geo>=0.3.0
99
psycopg2

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@
4545
"Intended Audience :: Developers",
4646
"Natural Language :: English",
4747
"Programming Language :: Python :: 3",
48-
"Programming Language :: Python :: 3.7",
49-
"Programming Language :: Python :: 3.8",
5048
"Programming Language :: Python :: 3.9",
49+
"Programming Language :: Python :: 3.11",
5150
"License :: OSI Approved :: GNU Affero General Public License v3",
5251
"Operating System :: OS Independent",
5352
],

0 commit comments

Comments
 (0)