Skip to content

Commit 48aab99

Browse files
committed
Bump version: 17.0.0 → 17.0.1
1 parent 32eb465 commit 48aab99

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Change Log
1414
Unreleased
1515
~~~~~~~~~~
1616

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+
1723
[17.0.0] - 2023-11-20
1824
~~~~~~~~~~~~~~~~~~~~~
1925

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 17.0.0
2+
current_version = 17.0.1
33
commit = True
44
tag = True
55

tutorcodejail/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Helps you keep your cool when creating dozens of open edX and eduNEXT environments."""
2-
__version__ = "17.0.0"
2+
__version__ = "17.0.1"

0 commit comments

Comments
 (0)