Skip to content

Commit

Permalink
Release v0.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw committed Nov 6, 2022
1 parent ec926d5 commit 1b639f9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,14 @@
CHANGELOG.md
============

v0.13.4 (2022-11-05)
--------------------

- Update tests
- Update dependencies
- Support python 3.10 and 3.11; drop support for python 3.5 and 3.6


v0.13.3 (2020-01-03)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion git_reviewers/reviewers.py
Expand Up @@ -14,7 +14,7 @@
if sys.version_info < (3, 0): # NOQA pragma: no cover
raise SystemError("Must be using Python 3")

__version__ = '0.13.3'
__version__ = '0.13.4'
STRIP_DOMAIN_USERNAMES = ['uber.com']
REVIEWERS_LIMIT = 7

Expand Down

0 comments on commit 1b639f9

Please sign in to comment.