Skip to content

Commit

Permalink
Merge #183
Browse files Browse the repository at this point in the history
183: Bump to v2.2.0 r=rehandalal a=rehandalal



Co-authored-by: Rehan Dalal <rehandalal@gmail.com>
  • Loading branch information
bors[bot] and rehandalal committed Jul 29, 2021
2 parents 8be36ac + 28fa968 commit a329862
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### v2.2.0

- Revamped parser for Git status which fixes some edge case issues in
old parser.

### v2.1.2

- Fixes an issue with dependencies during setup
Expand Down
2 changes: 1 addition & 1 deletion therapist/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (2, 1, 2)
VERSION = (2, 2, 0)


__version__ = ".".join(str(v) for v in VERSION)

0 comments on commit a329862

Please sign in to comment.