Skip to content

introduce CHANGELOG.md file for the python delphi_epidata client #1290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/client/packaging/pypi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions src/client/packaging/pypi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down