Skip to content

Commit

Permalink
Release v0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
albertyw committed Jul 10, 2023
1 parent 08e063d commit 1246bbc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,13 @@
CHANGELOG.md
============

v0.13.5 (2023-07-10)
--------------------

- Update dependencies
- Refactor development and CI configuration


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

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.4'
__version__ = '0.13.5'
STRIP_DOMAIN_USERNAMES = ['uber.com']
REVIEWERS_LIMIT = 7

Expand Down

0 comments on commit 1246bbc

Please sign in to comment.