File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010# We choose a version *between* the final openedx-learning version and the first openedx-core
1111# version. That way, openedx-learning gets a final release (this one), and there's an obvious
1212# continuity into openedx-core versioning.
13- VERSION = "0.33.0 "
13+ VERSION = "0.33.1 "
1414
1515if sys .argv [- 1 ] == 'tag' :
1616 print ("Tagging the version on github:" )
2323 version = VERSION ,
2424 description = """Open edX Learning Core (and Tagging)""" ,
2525 long_description = """
26- **This package has been renamed to [ openedx-core]( https://pypi.org/project/openedx-core/) !**
26+ **This package has been renamed to ` openedx-core < https://pypi.org/project/openedx-core>`_ !**
2727""" ,
2828 author = 'David Ormsbee' ,
2929 author_email = 'dave@axim.org' ,
3030 url = 'https://github.com/openedx/openedx-learning' ,
3131 packages = [],
3232 include_package_data = True ,
33- install_requires = ["openedx-core==0.34.0 " ],
33+ install_requires = ["openedx-core==0.34.1 " ],
3434 python_requires = ">=3.11" ,
3535 license = "AGPL 3.0" ,
3636 zip_safe = False ,
You can’t perform that action at this time.
0 commit comments