Skip to content

Commit 34759c3

Browse files
committed
Bump version and update CHANGELOG.
1 parent e3f7161 commit 34759c3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGELOG
22
=========
33

4+
v0.14.1
5+
-------
6+
* Drop support for Python older than 3.6
7+
* Additional ruff/Pyflakes/codespell fixes.
8+
* Thanks @DimitriPapadopoulos!
9+
410
v0.14.0
511
-------
612

xmltodict.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from inspect import isgenerator
1515

1616
__author__ = 'Martin Blech'
17-
__version__ = '0.14.0'
17+
__version__ = '0.14.1'
1818
__license__ = 'MIT'
1919

2020

0 commit comments

Comments
 (0)