From 3f688847c199d36ffa1de555d8e0d35532833b73 Mon Sep 17 00:00:00 2001 From: george haff Date: Wed, 27 Sep 2023 20:22:00 -0400 Subject: [PATCH 1/2] introduce changelog file for the python delphi_epidata client --- src/client/packaging/pypi/CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/client/packaging/pypi/CHANGELOG.md diff --git a/src/client/packaging/pypi/CHANGELOG.md b/src/client/packaging/pypi/CHANGELOG.md new file mode 100644 index 000000000..414909fe2 --- /dev/null +++ b/src/client/packaging/pypi/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +All notable future changes to the `delphi_epidata` python client will be documented in this file. +The format is based on [Keep a Changelog](http://keepachangelog.com/). + +## [4.1.10] - 2023-09-28 + +### Added +- Established this Changelog From a123141b3159237d38801411513fafe76e6fc33b Mon Sep 17 00:00:00 2001 From: george haff Date: Thu, 28 Sep 2023 10:24:01 -0400 Subject: [PATCH 2/2] pointer to make changelog link show up on our pypi page --- src/client/packaging/pypi/setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/client/packaging/pypi/setup.py b/src/client/packaging/pypi/setup.py index 601ef3dc1..adc21029e 100644 --- a/src/client/packaging/pypi/setup.py +++ b/src/client/packaging/pypi/setup.py @@ -12,6 +12,9 @@ long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/cmu-delphi/delphi-epidata", + project_urls={ + "Changelog": "https://github.com/cmu-delphi/delphi-epidata/blob/dev/src/client/packaging/pypi/CHANGELOG.md", + }, packages=setuptools.find_packages(), install_requires=["aiohttp", "requests>=2.7.0", "tenacity"], classifiers=[