Skip to content

Commit

Permalink
Fix versioning issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkingo committed Jul 24, 2020
1 parent 12cf258 commit 0e0ae50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

v1.3.4 - 2020-07-24

* Fix versioning issue. No code changes (@sjkingo)

v1.3.3 - 2020-07-24

* #58: Add "updated_since" argument to list tickets (@jatzz10)
Expand Down
2 changes: 1 addition & 1 deletion freshdesk/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.3"
__version__ = "1.3.4"

0 comments on commit 0e0ae50

Please sign in to comment.