From 028d4162a8172bc4188313f6a0cfae2d86e6f982 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:41:13 -0400 Subject: [PATCH] build: Iterate the version number --- CHANGELOG.rst | 5 +++-- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e8f223a..007adf7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,7 @@ -Unreleased ----------- +0.3.5 - October 23, 2023 +------------------------ +* Leather no longer reconfigures Python warnings globally. * Add Python 3.11 and 3.12 support. * Drop Python 3.7 support (end-of-life was June 27, 2023). diff --git a/docs/conf.py b/docs/conf.py index 2b77754..3c6c2c6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ project = 'leather' copyright = '2016, Christopher Groskopf' -version = '0.3.4' +version = '0.3.5' release = version # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 1c603e6..5712604 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='leather', - version='0.3.4', + version='0.3.5', description='Python charting for 80% of humans.', long_description=long_description, long_description_content_type='text/x-rst',