From c8d796919281e6d97fe470d74f8580cc35fea625 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 12 Aug 2020 09:59:48 -0700 Subject: [PATCH] Release 2.15.1 Refs #133 --- docs/changelog.rst | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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():