Skip to content

Commit

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

0.19.1 (unreleased)
0.19.1 (2021-10-13)
-------------------

- Don't complain about unbounded python_requires allowing new Python 3 releases
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,6 @@ Add the following snippet to your ``.pre-commit-config.yaml``.
repos:
- repo: https://github.com/mgedmin/check-python-versions
rev: "0.19.0"
rev: "0.19.1"
hooks:
- id: check-python-versions
2 changes: 1 addition & 1 deletion src/check_python_versions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"""

__author__ = 'Marius Gedminas <[email protected]>'
__version__ = '0.19.1.dev0'
__version__ = '0.19.1'

0 comments on commit f34b9ae

Please sign in to comment.