Skip to content

Commit eab5b71

Browse files
Release/0.17.0 (#531)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/psf/black: 24.4.2 → 24.10.0](psf/black@24.4.2...24.10.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.1](PyCQA/flake8@7.1.0...7.1.1) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c2d8f10 commit eab5b71

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -15,7 +15,7 @@ repos:
1515
hooks:
1616
- id: isort
1717
- repo: https://github.com/psf/black
18-
rev: 24.4.2
18+
rev: 24.10.0
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/codespell-project/codespell
@@ -29,7 +29,7 @@ repos:
2929
additional_dependencies: ["tomli"]
3030
exclude: "tests"
3131
- repo: https://github.com/PyCQA/flake8
32-
rev: 7.1.0
32+
rev: 7.1.1
3333
hooks:
3434
- id: flake8
3535
ci:

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
GeoAlchemy 2 Changelog
22
======================
33

4+
0.17.0
5+
------
6+
7+
* Perf: Enable cache for all types of GeoAlchemy2 @adrien-berchet (#525)
8+
* Feat: Add new plugin to automatically attach events based on the engine dialect @adrien-berchet (#525)
9+
* CI: Disable SQLite for Pypy job @adrien-berchet (#528)
10+
411
0.16.0
512
------
613

doc/index.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,14 @@ Development
134134

135135
The code is available on GitHub: https://github.com/geoalchemy/geoalchemy2.
136136

137-
Contributors:
137+
Main authors:
138138

139139
* Adrien Berchet (https://github.com/adrien-berchet)
140140
* Éric Lemoine (https://github.com/elemoine)
141+
142+
Other contributors:
143+
144+
* Caleb Johnson (https://github.com/calebj)
141145
* Dolf Andringa (https://github.com/dolfandringa)
142146
* Frédéric Junod, Camptocamp SA (https://github.com/fredj)
143147
* ijl (https://github.com/ijl)

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ requires=
66
[gh-actions]
77
python =
88
3.7: py37-sqla{14, latest}
9-
3.8: py38-sqla{14, latest}, lint
10-
3.9: py39-sqla{14, latest}
9+
3.8: py38-sqla{14, latest}
10+
3.9: py39-sqla{14, latest}, lint
1111
3.10: py310-sqla{14, latest}
1212
3.11: py311-sqla{14, latest}, docs
1313
3.12: py312-sqla{14, latest}

0 commit comments

Comments
 (0)