diff --git a/docs/changelog.rst b/docs/changelog.rst index d84e536..46cc1b6 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,13 @@ Changelog =========== +.. _v2_9_1: + +2.9.1 (2020-05-11) +------------------ + +- Added custom project links to the `PyPI listing `__. + .. _v2_9: 2.9 (2020-05-10) diff --git a/setup.py b/setup.py index 7c540cc..6d27b13 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "2.9" +VERSION = "2.9.1" def get_long_description():