diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c6ba12d..14e28e8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,4 +1,4 @@ -1.10.1 - April 27, 2024 +1.10.1 - April 28, 2024 ----------------------- - fix: Version 1.10.0 errors on empty tables and seeks to the file's beginning, instead of to the original offset. diff --git a/docs/conf.py b/docs/conf.py index 36bc9a9..93f52c0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,7 +12,7 @@ project = 'agate' copyright = '2017, Christopher Groskopf' -version = '1.10.0' +version = '1.10.1' release = version # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 5b4397c..482109a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='agate', - version='1.10.0', + version='1.10.1', description='A data analysis library that is optimized for humans instead of machines.', long_description=long_description, long_description_content_type='text/x-rst',