Skip to content

Commit

Permalink
2.10.11
Browse files Browse the repository at this point in the history
[Full Changelog](2.10.10...2.10.11)

**Merged Pull Requests**

- Adding RevRec Support for Purchases [#680](#680) ([8eth](https://github.com/8eth))
- Adding RevRec Support for Add Ons [#679](#679) ([8eth](https://github.com/8eth))
- Adding RevRec Support for Gift Cards and Items [#676](#676) ([8eth](https://github.com/8eth))
- Adding RevRec Support for Shipping Methods [#675](#675) ([8eth](https://github.com/8eth))
- Adding RevRec Support for Plans [#673](#673) ([8eth](https://github.com/8eth))
- Adding RevRec Support for Business Entities [#672](#672) ([8eth](https://github.com/8eth))
- Adding support for Performance Obligations [#671](#671) ([8eth](https://github.com/8eth))
- [DO NOT MERGE] Add RevRec Features to Python [#670](#670) ([8eth](https://github.com/8eth))
- Adding support for General Ledger Accounts [#667](#667) ([8eth](https://github.com/8eth))
  • Loading branch information
Lib Cat committed Mar 13, 2024
1 parent 699dab3 commit f922f16
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.10.10
current_version = 2.10.11
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [2.10.11](https://github.com/recurly/recurly-client-python/tree/2.10.11) (2024-03-13)

[Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.10.10...2.10.11)


**Merged Pull Requests**

- Adding RevRec Support for Purchases [#680](https://github.com/recurly/recurly-client-python/pull/680) ([8eth](https://github.com/8eth))
- Adding RevRec Support for Add Ons [#679](https://github.com/recurly/recurly-client-python/pull/679) ([8eth](https://github.com/8eth))
- Adding RevRec Support for Gift Cards and Items [#676](https://github.com/recurly/recurly-client-python/pull/676) ([8eth](https://github.com/8eth))
- Adding RevRec Support for Shipping Methods [#675](https://github.com/recurly/recurly-client-python/pull/675) ([8eth](https://github.com/8eth))
- Adding RevRec Support for Plans [#673](https://github.com/recurly/recurly-client-python/pull/673) ([8eth](https://github.com/8eth))
- Adding RevRec Support for Business Entities [#672](https://github.com/recurly/recurly-client-python/pull/672) ([8eth](https://github.com/8eth))
- Adding support for Performance Obligations [#671](https://github.com/recurly/recurly-client-python/pull/671) ([8eth](https://github.com/8eth))
- [DO NOT MERGE] Add RevRec Features to Python [#670](https://github.com/recurly/recurly-client-python/pull/670) ([8eth](https://github.com/8eth))
- Adding support for General Ledger Accounts [#667](https://github.com/recurly/recurly-client-python/pull/667) ([8eth](https://github.com/8eth))



## [2.10.10](https://github.com/recurly/recurly-client-python/tree/2.10.10) (2023-12-06)

[Full Changelog](https://github.com/recurly/recurly-client-python/compare/2.10.9...2.10.10)
Expand Down
2 changes: 1 addition & 1 deletion recurly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"""

__version__ = '2.10.10'
__version__ = '2.10.11'
__python_version__ = '.'.join(map(str, sys.version_info[:3]))

cached_rate_limits = {
Expand Down

0 comments on commit f922f16

Please sign in to comment.