From 08d28d942dd7d102814a9aa2968f1bdd11b0e3aa Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Wed, 4 Oct 2023 01:50:26 -0400 Subject: [PATCH] build: Iterate the version number --- CHANGELOG.rst | 5 +++++ docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5ccba10..a5a42c0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,8 @@ +0.1.1 - October 4, 2023 +----------------------- + +* Update to recent agate, matplotlib and Python versions. + 0.1.0 - September 23, 2015 -------------------------- diff --git a/docs/conf.py b/docs/conf.py index 2646553..3685666 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ project = 'agate-charts' copyright = '2015, Christopher Groskopf' -version = '0.1.0' +version = '0.1.1' release = version # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index a6633fe..2d8ff2c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='agate-charts', - version='0.1.0', + version='0.1.1', description='agate-charts adds exploratory charting support to agate.', long_description=long_description, long_description_content_type='text/x-rst',