We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4da5e4 commit c19edd4Copy full SHA for c19edd4
CHANGELOG.rst
@@ -16,6 +16,15 @@ Unreleased
16
17
*
18
19
+0.2.0 – 2025-04-03
20
+******************
21
+
22
+Added
23
+=====
24
25
+* Initial implementation of the certificates app.
26
27
28
0.1.0 – 2025-01-29
29
******************
30
learning_credentials/__init__.py
@@ -1,3 +1,3 @@
1
"""A pluggable service for preparing Open edX credentials."""
2
3
-__version__ = '0.1.0'
+__version__ = '0.2.0'
0 commit comments