Skip to content

Commit

Permalink
Preparing release 0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 5, 2022
1 parent fd932df commit 00a3953
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Expand Up @@ -2,14 +2,14 @@ Changelog
=========


0.49 (unreleased)
0.49 (2022-12-05)
-----------------

- Add Python 3.11 support.

- Drop Python 3.6 support.

- Exclude more common dev/test files
- Exclude more common dev/test files.


0.48 (2022-03-13)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
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.48"
rev: "0.49"
hooks:
- id: check-manifest
Expand Down
2 changes: 1 addition & 1 deletion check_manifest.py
Expand Up @@ -47,7 +47,7 @@
from distutils.text_file import TextFile # isort:skip


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

0 comments on commit 00a3953

Please sign in to comment.