diff --git a/Python-packages/covidcast-py/docs/changelog.rst b/Python-packages/covidcast-py/docs/changelog.rst index 86c2c2dd..1bfc8394 100644 --- a/Python-packages/covidcast-py/docs/changelog.rst +++ b/Python-packages/covidcast-py/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ========= +v0.2.2, October 10, 2023 +-------------------- + +- Remove usage of PHP alias in the Python client. + v0.2.1, June 1, 2023 -------------------- diff --git a/Python-packages/covidcast-py/docs/conf.py b/Python-packages/covidcast-py/docs/conf.py index a95f5c7c..4589097a 100644 --- a/Python-packages/covidcast-py/docs/conf.py +++ b/Python-packages/covidcast-py/docs/conf.py @@ -21,7 +21,7 @@ author = 'Delphi research group' # The full version, including alpha/beta/rc tags -release = '0.2.1' +release = '0.2.2' # -- General configuration --------------------------------------------------- diff --git a/Python-packages/covidcast-py/setup.py b/Python-packages/covidcast-py/setup.py index 3087b24d..d5df51ea 100644 --- a/Python-packages/covidcast-py/setup.py +++ b/Python-packages/covidcast-py/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="covidcast", - version="0.2.1", # also update in docs/conf.py + version="0.2.2", # also update in docs/conf.py author="Alex Reinhart", author_email="areinhar@stat.cmu.edu", description="Access COVID-19 data through the Delphi COVIDcast API",