Skip to content

Commit 0dc575f

Browse files
committed
build: Iterate the version number
1 parent fa23602 commit 0dc575f

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+
1.10.2 - April 28, 2024
2+
-----------------------
33

44
- fix: Version 1.10.0 errors on piped data.
55

docs/conf.py

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

1313
project = 'agate'
1414
copyright = '2017, Christopher Groskopf'
15-
version = '1.10.1'
15+
version = '1.10.2'
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',
8-
version='1.10.1',
8+
version='1.10.2',
99
description='A data analysis library that is optimized for humans instead of machines.',
1010
long_description=long_description,
1111
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)