Skip to content

Commit ae2ecf0

Browse files
committed
Fix pypi version
1 parent 794ca2f commit ae2ecf0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
Changelog
22
=========
33

4-
v1.2.7 - 2020-07-10
4+
v1.2.8 - 2020-07-10
55

66
* #52: Add list companies (@RyanOM)
77

8+
v1.2.7 - 2020-05-22
9+
10+
* #50: Fix quoting in ticket query filter (@FellipeMendonca)
11+
812
v1.2.6 - 2020-01-31
913

1014
* #47: Remove obsolete code (@maqquettex)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Support for the v2 API includes the following features:
4141

4242
* [Company](https://developers.freshdesk.com/api/#companies)
4343
- [Get](http://developer.freshdesk.com/api/#view_company)
44-
- [List](http://developer.freshdesk.com/api/#list_all_companies) - from 1.2.7
44+
- [List](http://developer.freshdesk.com/api/#list_all_companies) - from 1.2.8
4545
* [Roles](https://developers.freshdesk.com/api/#roles) - from 1.1.1
4646
- [Get](http://developer.freshdesk.com/api/#view_role)
4747
- [List](http://developer.freshdesk.com/api/#list_role)

freshdesk/__init__.py

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

0 commit comments

Comments
 (0)