File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ v1.2.6 - 2020-01-30
5+
6+ * #47 : Remove obsolete code (@maqquettex )
7+ * #45 : Add support for ticket filtering (@andybotting )
8+ * #43 : Fix Python3 incompatibility in dict test (@hakib )
9+ * #42 : Fix encoding and content-type when creating tickets with attachments (@ArtemGordinsky )
10+ * Add test environments for Python 3.7 and 3.8 (@sjkingo )
11+
412v1.2.5 - 2019-10-23
513
614 * #41 : Refactor tests and switch to pytest (@ArtemGordinsky )
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Support for the v2 API includes the following features:
1818 - [ Delete] ( http://developer.freshdesk.com/api/#delete_a_ticket )
1919 - [ Create OutBound Email] ( http://developer.freshdesk.com/api/#create_outbound_email )
2020 - [ List] ( http://developer.freshdesk.com/api/#list_all_tickets )
21- - [ Filter] ( https://developer.freshdesk.com/api/#filter_tickets )
21+ - [ Filter] ( https://developer.freshdesk.com/api/#filter_tickets ) (as of 1.2.6)
2222 - [ List Time Entries] ( https://developers.freshdesk.com/api/#list_all_ticket_timeentries ) (as of 1.2.4)
2323 - Custom ticket fields (as of 1.1.1)
2424* [ Ticket Fields] ( http://developer.freshdesk.com/api/#ticket_fields )
Original file line number Diff line number Diff line change 1- __version__ = '1.2.5 '
1+ __version__ = '1.2.6 '
You can’t perform that action at this time.
0 commit comments