Skip to content

Commit e988ee2

Browse files
authored
Merge pull request #95 from stchris/release-1.2.1
Prepare 1.2.1 release
2 parents 6f2c105 + 06bd035 commit e988ee2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ Changelog
22
---------
33

44
Unreleased
5-
- (SECURITY) Use [defusedxml](https://github.com/tiran/defusedxml) to prevent XML SAX vulnerabilities ([#93](https://github.com/stchris/untangle/issues/93))
5+
6+
1.2.1
7+
- (SECURITY) Use [defusedxml](https://github.com/tiran/defusedxml) to prevent XML SAX vulnerabilities ([#94](https://github.com/stchris/untangle/pull/94))
68

79
1.2.0
810
- (SECURITY) Prevent XML SAX vulnerability: External Entities injection ([#60](https://github.com/stchris/untangle/issues/60))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "untangle"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "Converts XML to Python objects"
55
authors = ["Christian Stefanescu <[email protected]>"]
66
license = "MIT"

untangle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def is_string(x):
3535
return isinstance(x, str)
3636

3737

38-
__version__ = "1.2.0"
38+
__version__ = "1.2.1"
3939

4040

4141
class Element(object):

0 commit comments

Comments
 (0)