diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d9c2e17..15e7a7f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -Unreleased ----------- +0.7.0 - Oct 18, 2023 +-------------------- * feat: Use `Fast Executemany Mode `_ when using the PyODBC SQL Server dialect. * Add Python 3.12 support. diff --git a/docs/conf.py b/docs/conf.py index e9f6000..f151556 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ project = 'agate-sql' copyright = '2017, Christopher Groskopf' -version = '0.6.0' +version = '0.7.0' release = version # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 76d7e55..35ab596 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='agate-sql', - version='0.6.0', + version='0.7.0', description='agate-sql adds SQL read/write support to agate.', long_description=long_description, long_description_content_type='text/x-rst',