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',