File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.10.19
2+ current_version = 2.10.20
33parse = (?P<major>\d+)
44 \.(?P<minor>\d+)
55 \.(?P<patch>\d+)
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.10.20] ( https://github.com/recurly/recurly-client-python/tree/2.10.20 ) (2025-12-17)
4+
5+ [ Full Changelog] ( https://github.com/recurly/recurly-client-python/compare/2.10.19...2.10.20 )
6+
7+
8+ ** Merged Pull Requests**
9+
10+ - Adding tax_service_opt_out to Gift Cards [ #735 ] ( https://github.com/recurly/recurly-client-python/pull/735 ) ([ 8eth] ( https://github.com/8eth ) )
11+
12+
13+
314## [ 2.10.19] ( https://github.com/recurly/recurly-client-python/tree/2.10.19 ) (2025-12-10)
415
516[ Full Changelog] ( https://github.com/recurly/recurly-client-python/compare/2.10.18...2.10.19 )
Original file line number Diff line number Diff line change 2222
2323"""
2424
25- __version__ = '2.10.19 '
25+ __version__ = '2.10.20 '
2626__python_version__ = '.' .join (map (str , sys .version_info [:3 ]))
2727
2828cached_rate_limits = {
You can’t perform that action at this time.
0 commit comments