Skip to content

Commit 7c51a88

Browse files
authored
Merge pull request #228 from zware/release_prep
24.6.1 release prep
2 parents dd75482 + 0fb69c0 commit 7c51a88

File tree

4 files changed

+949
-167
lines changed

4 files changed

+949
-167
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: isort
2525
- repo: https://github.com/psf/black
26-
rev: 24.4.0
26+
rev: 24.4.2
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/asottile/pyupgrade
@@ -33,13 +33,13 @@ repos:
3333
args:
3434
- --py38-plus
3535
- repo: https://github.com/jackdewinter/pymarkdown
36-
rev: v0.9.18
36+
rev: v0.9.20
3737
hooks:
3838
- id: pymarkdown
3939
name: pymarkdown-autofix
4040
args: ["-x-fix", "scan"]
4141
- repo: https://github.com/jackdewinter/pymarkdown
42-
rev: v0.9.18
42+
rev: v0.9.20
4343
hooks:
4444
- id: pymarkdown
4545
name: pymarkdown
@@ -52,7 +52,7 @@ repos:
5252
hooks:
5353
- id: rstcheck
5454
- repo: https://github.com/codespell-project/codespell
55-
rev: v2.2.6
55+
rev: v2.3.0
5656
hooks:
5757
- id: codespell
5858
# Don't try to "fix" any spellings in the source data.

HISTORY.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changes
22
=======
33

4-
24.6.1.dev0 (Unreleased)
5-
------------------------
4+
24.6.1 (2024-06-01)
5+
-------------------
66

77
- **Breaking change**: Reverted the fallback to name when country common_name
88
or official_name attributes not available, which was added in 23.12.11.

0 commit comments

Comments
 (0)