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 32eb465 commit 48aab99Copy full SHA for 48aab99
CHANGELOG.rst
@@ -14,6 +14,12 @@ Change Log
14
Unreleased
15
~~~~~~~~~~
16
17
+[17.0.1] - 2023-11-20
18
+~~~~~~~~~~~~~~~~~~~~~
19
+
20
+* fix: remove deprecated is_buildkit_enabled which now always evaluates to 'true' (#47)
21
22
23
[17.0.0] - 2023-11-20
24
~~~~~~~~~~~~~~~~~~~~~
25
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 17.0.0
+current_version = 17.0.1
3
commit = True
4
tag = True
5
tutorcodejail/__about__.py
@@ -1,2 +1,2 @@
"""Helps you keep your cool when creating dozens of open edX and eduNEXT environments."""
-__version__ = "17.0.0"
+__version__ = "17.0.1"
0 commit comments