edx-enterprise-subsidy-client 1.0.0__tar.gz → 2.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (19) hide show
  1. {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/CHANGELOG.rst +10 -0
  2. {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/PKG-INFO +13 -2
  3. {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/edx_enterprise_subsidy_client/__init__.py +1 -1
  4. {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/edx_enterprise_subsidy_client.egg-info/PKG-INFO +13 -2
  5. {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/LICENSE +0 -0
  6. {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/LICENSE.txt +0 -0
  7. {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/MANIFEST.in +0 -0
  8. {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/README.rst +0 -0
  9. {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/edx_enterprise_subsidy_client/client.py +0 -0
  10. {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/edx_enterprise_subsidy_client.egg-info/SOURCES.txt +0 -0
  11. {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/edx_enterprise_subsidy_client.egg-info/dependency_links.txt +0 -0
  12. {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/edx_enterprise_subsidy_client.egg-info/not-zip-safe +0 -0
  13. {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/edx_enterprise_subsidy_client.egg-info/requires.txt +0 -0
  14. {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/edx_enterprise_subsidy_client.egg-info/top_level.txt +0 -0
  15. {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/requirements/base.in +0 -0
  16. {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/requirements/constraints.txt +0 -0
  17. {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/setup.cfg +0 -0
  18. {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/setup.py +0 -0
  19. {edx_enterprise_subsidy_client-1.0.0 → edx_enterprise_subsidy_client-2.0.1}/tests/test_client.py +0 -0
@@ -14,6 +14,16 @@ Change Log
14
14
  Unreleased
15
15
  **********
16
16
 
17
+ [2.0.1]
18
+ *******
19
+ * chore: Update Python Requirements
20
+
21
+ [2.0.0]
22
+ *******
23
+ * feat: Update package version from 1.0.0 to 2.0.0
24
+ * chore: Update Python Requirements
25
+ * chore: Update upgrade-python-requirements to 3.12
26
+
17
27
  [1.0.0]
18
28
  *******
19
29
  * fix: Remove Python 3.8 Support
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: edx-enterprise-subsidy-client
3
- Version: 1.0.0
3
+ Version: 2.0.1
4
4
  Summary: Client for interacting with the enterprise-subsidy service.
5
5
  Home-page: https://github.com/openedx/edx-enterprise-subsidy-client
6
6
  Author: edX
@@ -24,6 +24,7 @@ Dynamic: description
24
24
  Dynamic: home-page
25
25
  Dynamic: keywords
26
26
  Dynamic: license
27
+ Dynamic: license-file
27
28
  Dynamic: requires-dist
28
29
  Dynamic: requires-python
29
30
  Dynamic: summary
@@ -235,6 +236,16 @@ Change Log
235
236
  Unreleased
236
237
  **********
237
238
 
239
+ [2.0.1]
240
+ *******
241
+ * chore: Update Python Requirements
242
+
243
+ [2.0.0]
244
+ *******
245
+ * feat: Update package version from 1.0.0 to 2.0.0
246
+ * chore: Update Python Requirements
247
+ * chore: Update upgrade-python-requirements to 3.12
248
+
238
249
  [1.0.0]
239
250
  *******
240
251
  * fix: Remove Python 3.8 Support
@@ -2,6 +2,6 @@
2
2
  Client for interacting with the enterprise-subsidy service..
3
3
  """
4
4
 
5
- __version__ = '1.0.0'
5
+ __version__ = '2.0.1'
6
6
 
7
7
  from .client import EnterpriseSubsidyAPIClient, EnterpriseSubsidyAPIClientV2, get_enterprise_subsidy_api_client
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: edx-enterprise-subsidy-client
3
- Version: 1.0.0
3
+ Version: 2.0.1
4
4
  Summary: Client for interacting with the enterprise-subsidy service.
5
5
  Home-page: https://github.com/openedx/edx-enterprise-subsidy-client
6
6
  Author: edX
@@ -24,6 +24,7 @@ Dynamic: description
24
24
  Dynamic: home-page
25
25
  Dynamic: keywords
26
26
  Dynamic: license
27
+ Dynamic: license-file
27
28
  Dynamic: requires-dist
28
29
  Dynamic: requires-python
29
30
  Dynamic: summary
@@ -235,6 +236,16 @@ Change Log
235
236
  Unreleased
236
237
  **********
237
238
 
239
+ [2.0.1]
240
+ *******
241
+ * chore: Update Python Requirements
242
+
243
+ [2.0.0]
244
+ *******
245
+ * feat: Update package version from 1.0.0 to 2.0.0
246
+ * chore: Update Python Requirements
247
+ * chore: Update upgrade-python-requirements to 3.12
248
+
238
249
  [1.0.0]
239
250
  *******
240
251
  * fix: Remove Python 3.8 Support