We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b335457 commit 379f762Copy full SHA for 379f762
1 file changed
tmp-openedx-learning/setup.py
@@ -7,9 +7,10 @@
7
8
from setuptools import find_packages, setup
9
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"
+# We choose a version *between* the final openedx-learning version and the first openedx-core
+# version. That way, openedx-learning gets a final release (this one), and there's an obvious
+# continuity into openedx-core versioning.
13
+VERSION = "0.33.0"
14
15
if sys.argv[-1] == 'tag':
16
print("Tagging the version on github:")
0 commit comments