Skip to content

Commit

Permalink
Merge pull request #895 from phenobarbital/new-db-drivers
Browse files Browse the repository at this point in the history
fix version of iso8601
  • Loading branch information
phenobarbital authored Dec 7, 2023
2 parents 4921943 + 2a91086 commit 552f2f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asyncdb/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = 'asyncdb'
__description__ = ('Library for Asynchronous data source connections '
'Collection of asyncio drivers.')
__version__ = '2.6.2'
__version__ = '2.6.3'
__author__ = 'Jesus Lara'
__author_email__ = '[email protected]'
__license__ = 'BSD'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def readme():
"typing_extensions==4.8.0",
"charset-normalizer>=2.0.7",
"ciso8601==2.3.0",
"iso8601==1.1.0",
"iso8601==2.1.0",
"pgpy==0.6.0",
"python-magic==0.4.27",
"dateparser==1.1.8",
Expand Down

0 comments on commit 552f2f3

Please sign in to comment.