diff --git a/docs/changelog.rst b/docs/changelog.rst index ce39170..062683f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,13 @@ Changelog =========== +.. _v2_15_1: + +2.15.1 (2020-08-12) +------------------- + +- Now available as a ``sdist`` package on PyPI in addition to a wheel. (`#133 `__) + .. _v2_15: 2.15 (2020-08-10) diff --git a/setup.py b/setup.py index 345ec0c..412a059 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import io import os -VERSION = "2.15" +VERSION = "2.15.1" def get_long_description():