Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
josecsotomorales committed Mar 22, 2024
1 parent efd5c6f commit 02045c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.5.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -14,7 +14,7 @@ repos:
- id: flake8

- repo: https://github.com/pycqa/isort
rev: 5.11.5
rev: 5.13.2
hooks:
- id: isort

Expand All @@ -25,7 +25,7 @@ repos:
stages: [manual]

- repo: https://github.com/asottile/pyupgrade
rev: v3.1.0
rev: v3.15.1
hooks:
- id: pyupgrade
args: [--py36-plus]
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog

Here you can see the full list of changes between each SQLAlchemy-Utils release.

0.41.1 (2024-03-21)
0.41.2 (2024-03-22)
^^^^^^^^^^^^^^^^^^^

- Fix breaking change introduced on SQLAlchemy 2.0.22 changes to `attributes.AttributeImpl` constructor (#733)
Expand Down

0 comments on commit 02045c4

Please sign in to comment.