We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa23602 commit 0dc575fCopy full SHA for 0dc575f
CHANGELOG.rst
@@ -1,5 +1,5 @@
1
-Unreleased
2
-----------
+1.10.2 - April 28, 2024
+-----------------------
3
4
- fix: Version 1.10.0 errors on piped data.
5
docs/conf.py
@@ -12,7 +12,7 @@
12
13
project = 'agate'
14
copyright = '2017, Christopher Groskopf'
15
-version = '1.10.1'
+version = '1.10.2'
16
release = version
17
18
# -- General configuration ---------------------------------------------------
setup.py
@@ -5,7 +5,7 @@
6
setup(
7
name='agate',
8
- version='1.10.1',
+ version='1.10.2',
9
description='A data analysis library that is optimized for humans instead of machines.',
10
long_description=long_description,
11
long_description_content_type='text/x-rst',
0 commit comments