Skip to content

Commit

Permalink
build: Allow parsedatetime 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jan 4, 2023
1 parent cd63792 commit 52198da
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.7.1 - Jan 4, 2023
-------------------

* Allow parsedatetime 2.6.

1.7.0 - Jan 3, 2023
-------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# Metadata
project = 'agate'
copyright = '2017, Christopher Groskopf'
version = '1.7.0'
version = '1.7.1'
release = version

exclude_patterns = ['_build']
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='agate',
version='1.7.0',
version='1.7.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',
Expand Down Expand Up @@ -41,8 +41,7 @@
'isodate>=0.5.4',
'leather>=0.3.2',
# KeyError: 's' https://github.com/bear/parsedatetime/pull/233 https://github.com/wireservice/agate/issues/743
# AttributeError: 'module' object has no attribute 'Locale' https://github.com/bear/parsedatetime/pull/247
'parsedatetime>=2.1,!=2.5,!=2.6',
'parsedatetime>=2.1,!=2.5',
'python-slugify>=1.2.1',
'pytimeparse>=1.1.5',
],
Expand Down

0 comments on commit 52198da

Please sign in to comment.