Skip to content

Commit 7249809

Browse files
Anas NaouchiAnas Naouchi
authored andcommitted
Bump v0.15.1
1 parent 91c9fd7 commit 7249809

2 files changed

Lines changed: 46 additions & 42 deletions

File tree

CHANGELOG.md

Lines changed: 45 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,109 +1,113 @@
11
# Changelog
22

3+
## [0.15.1] - 2025-10-28
4+
5+
- [Fixed] Replaced deprecated `pkg_resources` with `importlib.metadata` to prevent warnings in Python 3.12+ (https://github.com/omise/omise-python/pull/77)
6+
37
## [0.15.0] - 2025-02-06
48

5-
* [Added] Add date filtering for charge list (https://github.com/omise/omise-python/pull/75)
9+
- [Added] Add date filtering for charge list (https://github.com/omise/omise-python/pull/75)
610

711
## [0.14.0] - 2024-07-10
812

9-
* [Fix] Resolve the syntax warning (https://github.com/omise/omise-python/pull/73)
13+
- [Fix] Resolve the syntax warning (https://github.com/omise/omise-python/pull/73)
1014

1115
## [0.13.0] - 2023-10-03
1216

13-
* [Added] Support partial capture for a charge (https://github.com/omise/omise-python/pull/64)
17+
- [Added] Support partial capture for a charge (https://github.com/omise/omise-python/pull/64)
1418

1519
## [0.12.0] - 2022-01-11
1620

17-
* [Changed] Allow access to metadata (https://github.com/omise/omise-python/pull/53)
18-
* [Removed] Removed logging secret key in clear text (https://github.com/omise/omise-python/pull/56)
21+
- [Changed] Allow access to metadata (https://github.com/omise/omise-python/pull/53)
22+
- [Removed] Removed logging secret key in clear text (https://github.com/omise/omise-python/pull/56)
1923

2024
## [0.11.0] - 2021-02-10
2125

22-
* [Added] Add tests for list method (https://github.com/omise/omise-python/pull/50)
23-
* [Added] Add list events method for Charge (https://github.com/omise/omise-python/pull/48)
24-
* [Added] Add accept method for Dispute (https://github.com/omise/omise-python/pull/47)
25-
* [Added] Add Document API (https://github.com/omise/omise-python/pull/46)
26-
* [Added] Add Chain API (https://github.com/omise/omise-python/pull/45)
27-
* [Added] Add Capability API (https://github.com/omise/omise-python/pull/44)
28-
* [Added] Add expire method for Charge (https://github.com/omise/omise-python/pull/43)
29-
* [Added] Add retrieve method for Source (https://github.com/omise/omise-python/pull/42)
26+
- [Added] Add tests for list method (https://github.com/omise/omise-python/pull/50)
27+
- [Added] Add list events method for Charge (https://github.com/omise/omise-python/pull/48)
28+
- [Added] Add accept method for Dispute (https://github.com/omise/omise-python/pull/47)
29+
- [Added] Add Document API (https://github.com/omise/omise-python/pull/46)
30+
- [Added] Add Chain API (https://github.com/omise/omise-python/pull/45)
31+
- [Added] Add Capability API (https://github.com/omise/omise-python/pull/44)
32+
- [Added] Add expire method for Charge (https://github.com/omise/omise-python/pull/43)
33+
- [Added] Add retrieve method for Source (https://github.com/omise/omise-python/pull/42)
3034

3135
## [0.10.0] - 2021-01-27
3236

33-
* [Added] Add update method for Account (https://github.com/omise/omise-python/pull/34)
34-
* [Added] Add destroy method for Link (https://github.com/omise/omise-python/pull/39)
35-
* [Added] Add Card.retrieve(customer_id, card_id) method (https://github.com/omise/omise-python/pull/37)
36-
* [Added] Add testing for 3.9 (https://github.com/omise/omise-python/pull/40)
37-
* [Removed] Remove testing for 3.5 (EOL) (https://github.com/omise/omise-python/pull/40)
37+
- [Added] Add update method for Account (https://github.com/omise/omise-python/pull/34)
38+
- [Added] Add destroy method for Link (https://github.com/omise/omise-python/pull/39)
39+
- [Added] Add Card.retrieve(customer_id, card_id) method (https://github.com/omise/omise-python/pull/37)
40+
- [Added] Add testing for 3.9 (https://github.com/omise/omise-python/pull/40)
41+
- [Removed] Remove testing for 3.5 (EOL) (https://github.com/omise/omise-python/pull/40)
3842

3943
## [0.9.0] - 2020-08-03
4044

4145
Please upgrade to this version before 20 October 2020.
4246
After this date, the certificate pinned on older versions will expire and prevent this library from functioning.
4347

44-
* [Changed] Added support 3.7 and 3.8
45-
* [Changed] Removed support for 3.3 and 3.4
46-
* [Changed] Return resource lists as lazy collections
48+
- [Changed] Added support 3.7 and 3.8
49+
- [Changed] Removed support for 3.3 and 3.4
50+
- [Changed] Return resource lists as lazy collections
4751

4852
## [0.8.1] - 2018-05-21
4953

5054
This version fixes Schedule API getting wrong response when it destroyed.
5155

52-
* [Fixed] Schedule API return proper response when it destroyed.
56+
- [Fixed] Schedule API return proper response when it destroyed.
5357

5458
## [0.8.0] - 2018-01-11
5559

5660
This version adds support for Receipt API, and Source API.
5761

58-
* [Fixed] Allow customer to be able to retrieve customer list.
59-
* [Changed] Split test classes to each file.
60-
* [Changed] Split request class to new file.
62+
- [Fixed] Allow customer to be able to retrieve customer list.
63+
- [Changed] Split test classes to each file.
64+
- [Changed] Split request class to new file.
6165

6266
## [0.7.0] - 2017-10-17
6367

6468
This version adds support for Receipt API, and Source API.
6569

66-
* [Added] Add Receipt API.
67-
* [Added] Add Source API.
70+
- [Added] Add Receipt API.
71+
- [Added] Add Source API.
6872

6973
## [0.6.0] - 2017-06-12
7074

7175
This version adds support for Forex API, and Search API, Schedule API and Occurrence API and drop and add support Python new version.
7276

73-
* [Added] Add Forex API.
74-
* [Added] Add Search API.
75-
* [Added] Add Schedule API.
76-
* [Added] Add Occurrence API.
77-
* [Changed] Drop support Python 2.6 and add support Python 3.6.
77+
- [Added] Add Forex API.
78+
- [Added] Add Search API.
79+
- [Added] Add Schedule API.
80+
- [Added] Add Occurrence API.
81+
- [Changed] Drop support Python 2.6 and add support Python 3.6.
7882

7983
## [0.5.0] - 2017-03-28
8084

8185
This version adds support for link API.
8286

83-
* [Added] Add Link API support.
87+
- [Added] Add Link API support.
8488

8589
## [0.4.1] - 2016-12-09
8690

8791
This version fixes compatibility with [Requests](https://github.com/kennethreitz/requests/) library version 2.12.1 and above.
8892

89-
* [Fixed] Compatibility with Requests 2.12.1.
93+
- [Fixed] Compatibility with Requests 2.12.1.
9094

9195
## [0.4.0] - 2016-11-10
9296

9397
This version adds support for event and reversal API as well as dropping support for Python 3.1 and Python 3.2 in favor for Ptyhon 3.4 and Python 3.5.
9498

95-
* [Added] Add Reversal API support.
96-
* [Added] Add Event API support.
97-
* [Added] Official support for Python 3.4.
98-
* [Added] Official support for Python 3.5.
99-
* [Removed] Official support for Python 3.1.
100-
* [Removed] Official support for Python 3.2.
99+
- [Added] Add Reversal API support.
100+
- [Added] Add Event API support.
101+
- [Added] Official support for Python 3.4.
102+
- [Added] Official support for Python 3.5.
103+
- [Removed] Official support for Python 3.1.
104+
- [Removed] Official support for Python 3.2.
101105

102106
## [0.3.0] - 2015-11-13
103107

104108
This version adds support for configuring Omise API version via `omise.api_version` settings. If this version is set, it will be used instead of the one setting in your Omise account.
105109

106-
* [Added] Add API versioning support.
110+
- [Added] Add API versioning support.
107111

108112
## [0.2.1] - 2015-08-03
109113

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
setup(name='omise',
1919
long_description=long_description,
2020
long_description_content_type='text/markdown',
21-
version='0.15.0',
21+
version='0.15.1',
2222
description='Omise Python client',
2323
author='Omise',
2424
author_email='support@omise.co',

0 commit comments

Comments
 (0)