edx-enterprise-subsidy-client 2.0.18__tar.gz → 2.1.0__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.
- {edx_enterprise_subsidy_client-2.0.18 → edx_enterprise_subsidy_client-2.1.0}/CHANGELOG.rst +8 -0
- {edx_enterprise_subsidy_client-2.0.18 → edx_enterprise_subsidy_client-2.1.0}/PKG-INFO +9 -1
- {edx_enterprise_subsidy_client-2.0.18 → edx_enterprise_subsidy_client-2.1.0}/edx_enterprise_subsidy_client/__init__.py +1 -1
- {edx_enterprise_subsidy_client-2.0.18 → edx_enterprise_subsidy_client-2.1.0}/edx_enterprise_subsidy_client.egg-info/PKG-INFO +9 -1
- {edx_enterprise_subsidy_client-2.0.18 → edx_enterprise_subsidy_client-2.1.0}/LICENSE +0 -0
- {edx_enterprise_subsidy_client-2.0.18 → edx_enterprise_subsidy_client-2.1.0}/LICENSE.txt +0 -0
- {edx_enterprise_subsidy_client-2.0.18 → edx_enterprise_subsidy_client-2.1.0}/MANIFEST.in +0 -0
- {edx_enterprise_subsidy_client-2.0.18 → edx_enterprise_subsidy_client-2.1.0}/README.rst +0 -0
- {edx_enterprise_subsidy_client-2.0.18 → edx_enterprise_subsidy_client-2.1.0}/edx_enterprise_subsidy_client/client.py +0 -0
- {edx_enterprise_subsidy_client-2.0.18 → edx_enterprise_subsidy_client-2.1.0}/edx_enterprise_subsidy_client.egg-info/SOURCES.txt +0 -0
- {edx_enterprise_subsidy_client-2.0.18 → edx_enterprise_subsidy_client-2.1.0}/edx_enterprise_subsidy_client.egg-info/dependency_links.txt +0 -0
- {edx_enterprise_subsidy_client-2.0.18 → edx_enterprise_subsidy_client-2.1.0}/edx_enterprise_subsidy_client.egg-info/not-zip-safe +0 -0
- {edx_enterprise_subsidy_client-2.0.18 → edx_enterprise_subsidy_client-2.1.0}/edx_enterprise_subsidy_client.egg-info/requires.txt +0 -0
- {edx_enterprise_subsidy_client-2.0.18 → edx_enterprise_subsidy_client-2.1.0}/edx_enterprise_subsidy_client.egg-info/top_level.txt +0 -0
- {edx_enterprise_subsidy_client-2.0.18 → edx_enterprise_subsidy_client-2.1.0}/requirements/base.in +0 -0
- {edx_enterprise_subsidy_client-2.0.18 → edx_enterprise_subsidy_client-2.1.0}/requirements/constraints.txt +0 -0
- {edx_enterprise_subsidy_client-2.0.18 → edx_enterprise_subsidy_client-2.1.0}/setup.cfg +0 -0
- {edx_enterprise_subsidy_client-2.0.18 → edx_enterprise_subsidy_client-2.1.0}/setup.py +0 -0
- {edx_enterprise_subsidy_client-2.0.18 → edx_enterprise_subsidy_client-2.1.0}/tests/test_client.py +0 -0
|
@@ -14,6 +14,14 @@ Change Log
|
|
|
14
14
|
Unreleased
|
|
15
15
|
**********
|
|
16
16
|
|
|
17
|
+
[2.1.0]
|
|
18
|
+
*******
|
|
19
|
+
* chore: Update Python Requirements, notably Django 5
|
|
20
|
+
|
|
21
|
+
[2.0.19]
|
|
22
|
+
********
|
|
23
|
+
* chore: Update Python Requirements
|
|
24
|
+
|
|
17
25
|
[2.0.18]
|
|
18
26
|
********
|
|
19
27
|
* chore: Update Python Requirements
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: edx-enterprise-subsidy-client
|
|
3
|
-
Version: 2.0
|
|
3
|
+
Version: 2.1.0
|
|
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
|
|
@@ -236,6 +236,14 @@ Change Log
|
|
|
236
236
|
Unreleased
|
|
237
237
|
**********
|
|
238
238
|
|
|
239
|
+
[2.1.0]
|
|
240
|
+
*******
|
|
241
|
+
* chore: Update Python Requirements, notably Django 5
|
|
242
|
+
|
|
243
|
+
[2.0.19]
|
|
244
|
+
********
|
|
245
|
+
* chore: Update Python Requirements
|
|
246
|
+
|
|
239
247
|
[2.0.18]
|
|
240
248
|
********
|
|
241
249
|
* chore: Update Python Requirements
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: edx-enterprise-subsidy-client
|
|
3
|
-
Version: 2.0
|
|
3
|
+
Version: 2.1.0
|
|
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
|
|
@@ -236,6 +236,14 @@ Change Log
|
|
|
236
236
|
Unreleased
|
|
237
237
|
**********
|
|
238
238
|
|
|
239
|
+
[2.1.0]
|
|
240
|
+
*******
|
|
241
|
+
* chore: Update Python Requirements, notably Django 5
|
|
242
|
+
|
|
243
|
+
[2.0.19]
|
|
244
|
+
********
|
|
245
|
+
* chore: Update Python Requirements
|
|
246
|
+
|
|
239
247
|
[2.0.18]
|
|
240
248
|
********
|
|
241
249
|
* chore: Update Python Requirements
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edx_enterprise_subsidy_client-2.0.18 → edx_enterprise_subsidy_client-2.1.0}/requirements/base.in
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{edx_enterprise_subsidy_client-2.0.18 → edx_enterprise_subsidy_client-2.1.0}/tests/test_client.py
RENAMED
|
File without changes
|