Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ Change Log
Unreleased
**********

[2.0.5]
*******
* chore: Update Python Requirements

[2.0.4]
*******
* chore: Update Python Requirements
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__ = '2.0.4'
__version__ = '2.0.5'

from .client import EnterpriseSubsidyAPIClient, EnterpriseSubsidyAPIClientV2, get_enterprise_subsidy_api_client