Skip to content

Commit 379f762

Browse files
authored
docs: tmp version 0.33
1 parent b335457 commit 379f762

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

tmp-openedx-learning/setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77

88
from setuptools import find_packages, setup
99

10-
# @@TODO update this before merging so that it's higher than the previous openedx-learning version,
11-
# but lower than the new openedx-core version.
12-
VERSION = "0.32.0"
10+
# We choose a version *between* the final openedx-learning version and the first openedx-core
11+
# version. That way, openedx-learning gets a final release (this one), and there's an obvious
12+
# continuity into openedx-core versioning.
13+
VERSION = "0.33.0"
1314

1415
if sys.argv[-1] == 'tag':
1516
print("Tagging the version on github:")

0 commit comments

Comments
 (0)