Skip to content

Commit

Permalink
Merge pull request #430 from KerkhoffTechnologies/3120-clean-up-some-…
Browse files Browse the repository at this point in the history
…things-in-django-connectwise

Changes but tests fail
  • Loading branch information
kti-sam authored May 27, 2024
2 parents 3b0984c + e60091b commit 46cf159
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 272 deletions.
2 changes: 1 addition & 1 deletion djconnectwise/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
VERSION = (1, 5, 4, 'final')
VERSION = (1, 5, 5, 'final')

# pragma: no cover
if VERSION[-1] != "final":
Expand Down
Loading

0 comments on commit 46cf159

Please sign in to comment.