diff options
| author | Christian Heimes <christian@python.org> | 2021-03-04 10:46:50 +0100 |
|---|---|---|
| committer | Christian Heimes <christian@python.org> | 2021-03-04 10:46:50 +0100 |
| commit | 06d7ab2c5c19472a8cc7d5184a264873cb8fa972 (patch) | |
| tree | 8d118ba9ca97fcbdbd0369021fd7dd7487e70d27 /defusedxml | |
| parent | 6653936f117fba5348a271b7d314951275088162 (diff) | |
| download | defusedxml-git-06d7ab2c5c19472a8cc7d5184a264873cb8fa972.tar.gz | |
Open main branch for 0.8.0 dev
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'defusedxml')
| -rw-r--r-- | defusedxml/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/defusedxml/__init__.py b/defusedxml/__init__.py index 61ff857..c413b2a 100644 --- a/defusedxml/__init__.py +++ b/defusedxml/__init__.py @@ -56,7 +56,7 @@ def defuse_stdlib(): return defused -__version__ = "0.7.0" +__version__ = "0.8.0.dev1" __all__ = [ "DefusedXmlException", |
