aboutsummaryrefslogtreecommitdiffstats
path: root/changelog.d
diff options
context:
space:
mode:
authorJeremy Bowman <jbowman@edx.org>2018-05-14 17:53:42 -0400
committerJeremy Bowman <jbowman@edx.org>2018-05-15 11:15:05 -0400
commita960ee1c3f1d1d1067ec1e3c88dc345060bd33a4 (patch)
treea3abe6957a1b67643293c3ff469b91964431919d /changelog.d
parent26b75f5151a761f3206b0dbf68f4e56363ca2ed4 (diff)
downloadexternal_python_setuptools-a960ee1c3f1d1d1067ec1e3c88dc345060bd33a4.tar.gz
external_python_setuptools-a960ee1c3f1d1d1067ec1e3c88dc345060bd33a4.tar.bz2
external_python_setuptools-a960ee1c3f1d1d1067ec1e3c88dc345060bd33a4.zip
Support loading version from a file
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/1359.change.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/1359.change.rst b/changelog.d/1359.change.rst
new file mode 100644
index 00000000..05746e73
--- /dev/null
+++ b/changelog.d/1359.change.rst
@@ -0,0 +1,2 @@
+Support using "file:" to load a PEP 440-compliant package version
+from a text file.