We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a9460c commit daefe53Copy full SHA for daefe53
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Change Log
2
==========
3
4
+0.11.0 (2020-11-01)
5
+-------------------
6
+
7
+* Add support for ``DateTime`` with timezone
8
9
10
0.10.1 (2020-07-24)
11
-------------------
12
setup.cfg
@@ -10,6 +10,7 @@ license = MIT
[options]
packages =
aiochsa
13
+python_requires = >=3.7
14
install_requires =
15
aiohttp>=3.7.2,<4.0.0
16
backports.zoneinfo;python_version<"3.9"
0 commit comments