Skip to content

Commit 6304ef6

Browse files
committed
Version bump for 1.2.6
1 parent 1c8998e commit 6304ef6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
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+
412
v1.2.5 - 2019-10-23
513

614
* #41: Refactor tests and switch to pytest (@ArtemGordinsky)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

freshdesk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.5'
1+
__version__ = '1.2.6'

0 commit comments

Comments
 (0)