Skip to content

Commit 98f8524

Browse files
committed
build: Iterate the version number
1 parent 95da375 commit 98f8524

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Unreleased
2-
----------
1+
0.7.0 - Oct 18, 2023
2+
--------------------
33

44
* feat: Use `Fast Executemany Mode <https://docs.sqlalchemy.org/en/20/dialects/mssql.html#fast-executemany-mode>`_ when using the PyODBC SQL Server dialect.
55
* Add Python 3.12 support.

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
project = 'agate-sql'
1414
copyright = '2017, Christopher Groskopf'
15-
version = '0.6.0'
15+
version = '0.7.0'
1616
release = version
1717

1818
# -- General configuration ---------------------------------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='agate-sql',
8-
version='0.6.0',
8+
version='0.7.0',
99
description='agate-sql adds SQL read/write support to agate.',
1010
long_description=long_description,
1111
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)