From 777ba99ccc399baf9f694a3623454d9fb7bb1818 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 12 Jul 2022 02:11:26 -0700 Subject: [PATCH] v13.6.1 release notes --- docs/release_notes.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 6a0e4ad5..47829c87 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -24,6 +24,13 @@ tagged yet. .. |OCRmyPDF PyPI| image:: https://img.shields.io/pypi/v/ocrmypdf.svg +v13.6.1 +======= + +- Require setuptools-scm 7.0.5 to avoid possible issues with source distributions in + earlier versions of setuptools-scm. +- Suppress a spurious warning, improve tests, improve typing and other miscellany. + v13.6.0 =======