Skip to content

Commit 75522f7

Browse files
committed
chore: update release.py with the release name
Signed-off-by: Farhaan Bukhsh <[email protected]>
1 parent 94c28c9 commit 75522f7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

openedx/core/release.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
Information about the release line of this Open edX code.
33
"""
44

5-
65
import unittest
76

87
# The release line: an Open edX release name ("ficus"), or "master".
98
# This should always be "master" on the master branch, and will be changed
109
# manually when we start release-line branches, like open-release/ficus.master.
11-
RELEASE_LINE = "master"
10+
RELEASE_LINE = "verawood"
1211

1312

1413
def doc_version():

0 commit comments

Comments
 (0)