Skip to content

Commit

Permalink
Release/0.17.0 (#531)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
adrien-berchet and pre-commit-ci[bot] authored Jan 9, 2025
1 parent c2d8f10 commit eab5b71
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -15,7 +15,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.4.2
rev: 24.10.0
hooks:
- id: black
- repo: https://github.com/codespell-project/codespell
Expand All @@ -29,7 +29,7 @@ repos:
additional_dependencies: ["tomli"]
exclude: "tests"
- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
rev: 7.1.1
hooks:
- id: flake8
ci:
Expand Down
7 changes: 7 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
GeoAlchemy 2 Changelog
======================

0.17.0
------

* Perf: Enable cache for all types of GeoAlchemy2 @adrien-berchet (#525)
* Feat: Add new plugin to automatically attach events based on the engine dialect @adrien-berchet (#525)
* CI: Disable SQLite for Pypy job @adrien-berchet (#528)

0.16.0
------

Expand Down
6 changes: 5 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,14 @@ Development

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

Contributors:
Main authors:

* Adrien Berchet (https://github.com/adrien-berchet)
* Éric Lemoine (https://github.com/elemoine)

Other contributors:

* Caleb Johnson (https://github.com/calebj)
* Dolf Andringa (https://github.com/dolfandringa)
* Frédéric Junod, Camptocamp SA (https://github.com/fredj)
* ijl (https://github.com/ijl)
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ requires=
[gh-actions]
python =
3.7: py37-sqla{14, latest}
3.8: py38-sqla{14, latest}, lint
3.9: py39-sqla{14, latest}
3.8: py38-sqla{14, latest}
3.9: py39-sqla{14, latest}, lint
3.10: py310-sqla{14, latest}
3.11: py311-sqla{14, latest}, docs
3.12: py312-sqla{14, latest}
Expand Down

0 comments on commit eab5b71

Please sign in to comment.