8000 Preparing release 0.50 · mgedmin/check-manifest@b3fb3e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Preparing release 0.50
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Oct 9, 2024
1 parent ea6eeb2 commit b3fb3e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changelog
=========


0.50 (unreleased)
0.50 (2024-10-09)
-----------------

- Add Python 3.12 and 3.13 support.
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ git-workflow. Add the following to your ``.pre-commit-config.yaml``.
repos:
- repo: https://github.com/mgedmin/check-manifest
rev: "0.49"
rev: "0.50"
hooks:
- id: check-manifest
Expand All @@ -148,7 +148,7 @@ so you'll want to list them all in ``additional_dependencies``.
repos:
- repo: https://github.com/mgedmin/check-manifest
rev: "0.49"
rev: "0.50"
hooks:
- id: check-manifest
args: [--no-build-isolation]
Expand Down
2 changes: 1 addition & 1 deletion check_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
from distutils.text_file import TextFile # isort:skip


__version__ = '0.50.dev0'
__version__ = '0.50'
__author__ = 'Marius Gedminas <marius@gedmin.as>'
__licence__ = 'MIT'
__url__ = 'https://github.com/mgedmin/check-manifest'
Expand Down

0 comments on commit b3fb3e3

Please sign in to comment.
0