Skip to content

Commit

Permalink
feat: Update package version with python 3.12 support (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
brobro10000 authored Feb 18, 2025
1 parent 89d1744 commit 53a3bee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Change Log
Unreleased
**********

[2.0.0]
*******
* feat: Update package version from 1.0.0 to 2.0.0
* chore: Update Python Requirements
* chore: Update upgrade-python-requirements to 3.12

[1.0.0]
*******
* fix: Remove Python 3.8 Support
Expand Down
2 changes: 1 addition & 1 deletion edx_enterprise_subsidy_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
Client for interacting with the enterprise-subsidy service..
"""

__version__ = '1.0.0'
__version__ = '2.0.0'

from .client import EnterpriseSubsidyAPIClient, EnterpriseSubsidyAPIClientV2, get_enterprise_subsidy_api_client

0 comments on commit 53a3bee

Please sign in to comment.