From a4fb393bbf9efca0fa978b5074ca70aa7ea79fd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20H=C3=B6chenberger?= Date: Mon, 4 Oct 2021 16:32:15 +0200 Subject: [PATCH] Make release for PyPI publication (#56) --- CHANGES.md | 8 ++++++++ setup.cfg | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b849bd3..77f8515 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,13 @@ # Changelog +## 2021.10.1 + +- New release for PyPI. + +## 2021.10 + +- Fix unicode terminal detection for Sphinx documentation builds. + ## 2021.9 - Add basic support for running Jupyter Notebooks / Jupyter Lab, interactive diff --git a/setup.cfg b/setup.cfg index ecf5588..176ed1d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = openneuro-py -version = 2021.9 +version = 2021.10.1 author = Richard Höchenberger author_email = richard.hoechenberger@gmail.com url = https://github.com/hoechenberger/openneuro-py