Skip to content

Commit 1d214c3

Browse files
committed
build: Pin core==0.34.1, as 0.34.0 was deleted and can't be reuploaded
1 parent 0605541 commit 1d214c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tmp-openedx-learning/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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

1515
if sys.argv[-1] == 'tag':
1616
print("Tagging the version on github:")
@@ -23,14 +23,14 @@
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,

0 commit comments

Comments
 (0)