Skip to content

Commit

Permalink
Release 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Nov 20, 2020
1 parent 18a20df commit 55ab996
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.17.0 (unreleased)
0.17.0 (2020-11-20)
-------------------

- Initial supprot for GitHub Actions (`issue 22
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,6 @@ Add the following snippet to your ``.pre-commit-config.yaml``.
repos:
- repo: https://github.com/mgedmin/check-python-versions
rev: "0.15"
rev: "0.17.0"
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 @@ -12,4 +12,4 @@
"""

__author__ = 'Marius Gedminas <marius@gedmin.as>'
__version__ = '0.16.2.dev0'
__version__ = '0.17.0'

0 comments on commit 55ab996

Please sign in to comment.