We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a45a0 commit c159cb1Copy full SHA for c159cb1
RELEASE.rst
@@ -1,6 +1,16 @@
1
Release Notes
2
=============
3
4
+Version 1.14.0
5
+--------------
6
+
7
+- feat: add LTI tools for LTI APIs in edX (#133)
8
+- chore(deps): update dependency python to 3.14 (#132)
9
+- chore(deps): update actions/cache digest to 0057852 (#124)
10
+- chore(deps): update actions/checkout action to v5 (#126)
11
+- chore(deps): update codecov/codecov-action digest to 5a10915 (#127)
12
+- chore(deps): update actions/setup-python action to v6 (#128)
13
14
Version 1.13.0 (Released September 29, 2025)
15
--------------
16
edx_api/__init__.py
@@ -2,5 +2,5 @@
edX python REST API client
"""
-__version__ = "1.13.0"
+__version__ = "1.14.0"
DEFAULT_TIME_OUT = 25
0 commit comments