We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cfab72 commit 2880410Copy full SHA for 2880410
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [0.13.0] - 2023-10-03
4
+
5
+* [Added] Support partial capture for a charge (https://github.com/omise/omise-python/pull/64)
6
7
## [0.12.0] - 2022-01-11
8
9
* [Changed] Allow access to metadata (https://github.com/omise/omise-python/pull/53)
setup.py
@@ -18,7 +18,7 @@
18
setup(name='omise',
19
long_description=long_description,
20
long_description_content_type='text/markdown',
21
- version='0.12.0',
+ version='0.13.0',
22
description='Omise Python client',
23
author='Omise',
24
author_email='support@omise.co',
0 commit comments