edx-enterprise-subsidy-client 2.0.0__tar.gz → 2.0.2__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-2.0.0 → edx_enterprise_subsidy_client-2.0.2}/CHANGELOG.rst +8 -0
  2. {edx_enterprise_subsidy_client-2.0.0 → edx_enterprise_subsidy_client-2.0.2}/PKG-INFO +11 -2
  3. {edx_enterprise_subsidy_client-2.0.0 → edx_enterprise_subsidy_client-2.0.2}/edx_enterprise_subsidy_client/__init__.py +1 -1
  4. {edx_enterprise_subsidy_client-2.0.0 → edx_enterprise_subsidy_client-2.0.2}/edx_enterprise_subsidy_client.egg-info/PKG-INFO +11 -2
  5. {edx_enterprise_subsidy_client-2.0.0 → edx_enterprise_subsidy_client-2.0.2}/LICENSE +0 -0
  6. {edx_enterprise_subsidy_client-2.0.0 → edx_enterprise_subsidy_client-2.0.2}/LICENSE.txt +0 -0
  7. {edx_enterprise_subsidy_client-2.0.0 → edx_enterprise_subsidy_client-2.0.2}/MANIFEST.in +0 -0
  8. {edx_enterprise_subsidy_client-2.0.0 → edx_enterprise_subsidy_client-2.0.2}/README.rst +0 -0
  9. {edx_enterprise_subsidy_client-2.0.0 → edx_enterprise_subsidy_client-2.0.2}/edx_enterprise_subsidy_client/client.py +0 -0
  10. {edx_enterprise_subsidy_client-2.0.0 → edx_enterprise_subsidy_client-2.0.2}/edx_enterprise_subsidy_client.egg-info/SOURCES.txt +0 -0
  11. {edx_enterprise_subsidy_client-2.0.0 → edx_enterprise_subsidy_client-2.0.2}/edx_enterprise_subsidy_client.egg-info/dependency_links.txt +0 -0
  12. {edx_enterprise_subsidy_client-2.0.0 → edx_enterprise_subsidy_client-2.0.2}/edx_enterprise_subsidy_client.egg-info/not-zip-safe +0 -0
  13. {edx_enterprise_subsidy_client-2.0.0 → edx_enterprise_subsidy_client-2.0.2}/edx_enterprise_subsidy_client.egg-info/requires.txt +0 -0
  14. {edx_enterprise_subsidy_client-2.0.0 → edx_enterprise_subsidy_client-2.0.2}/edx_enterprise_subsidy_client.egg-info/top_level.txt +0 -0
  15. {edx_enterprise_subsidy_client-2.0.0 → edx_enterprise_subsidy_client-2.0.2}/requirements/base.in +0 -0
  16. {edx_enterprise_subsidy_client-2.0.0 → edx_enterprise_subsidy_client-2.0.2}/requirements/constraints.txt +0 -0
  17. {edx_enterprise_subsidy_client-2.0.0 → edx_enterprise_subsidy_client-2.0.2}/setup.cfg +0 -0
  18. {edx_enterprise_subsidy_client-2.0.0 → edx_enterprise_subsidy_client-2.0.2}/setup.py +0 -0
  19. {edx_enterprise_subsidy_client-2.0.0 → edx_enterprise_subsidy_client-2.0.2}/tests/test_client.py +0 -0
@@ -14,6 +14,14 @@ Change Log
14
14
  Unreleased
15
15
  **********
16
16
 
17
+ [2.0.2]
18
+ *******
19
+ * chore: Update Python Requirements
20
+
21
+ [2.0.1]
22
+ *******
23
+ * chore: Update Python Requirements
24
+
17
25
  [2.0.0]
18
26
  *******
19
27
  * feat: Update package version from 1.0.0 to 2.0.0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: edx-enterprise-subsidy-client
3
- Version: 2.0.0
3
+ Version: 2.0.2
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,14 @@ Change Log
235
236
  Unreleased
236
237
  **********
237
238
 
239
+ [2.0.2]
240
+ *******
241
+ * chore: Update Python Requirements
242
+
243
+ [2.0.1]
244
+ *******
245
+ * chore: Update Python Requirements
246
+
238
247
  [2.0.0]
239
248
  *******
240
249
  * feat: Update package version from 1.0.0 to 2.0.0
@@ -2,6 +2,6 @@
2
2
  Client for interacting with the enterprise-subsidy service..
3
3
  """
4
4
 
5
- __version__ = '2.0.0'
5
+ __version__ = '2.0.2'
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: 2.0.0
3
+ Version: 2.0.2
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,14 @@ Change Log
235
236
  Unreleased
236
237
  **********
237
238
 
239
+ [2.0.2]
240
+ *******
241
+ * chore: Update Python Requirements
242
+
243
+ [2.0.1]
244
+ *******
245
+ * chore: Update Python Requirements
246
+
238
247
  [2.0.0]
239
248
  *******
240
249
  * feat: Update package version from 1.0.0 to 2.0.0