Skip to content

Commit 1a3073c

Browse files
authored
Bump v0.16.0 (#81)
## Description Bump v0.16.0
1 parent 8a1ea26 commit 1a3073c

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.16.0] - 2026-03-11
4+
5+
* [Fixed] Fix name collision in charge schedule function (https://github.com/omise/omise-python/pull/80)
6+
* [Remove] Sunset internet banking (https://github.com/omise/omise-python/pull/79)
7+
38
## [0.15.1] - 2025-10-28
49

510
- [Fixed] Replaced deprecated `pkg_resources` with `importlib.metadata` to prevent warnings in Python 3.12+ (https://github.com/omise/omise-python/pull/77)

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.1',
21+
version='0.16.0',
2222
description='Omise Python client',
2323
author='Omise',
2424
author_email='support@omise.co',

0 commit comments

Comments
 (0)