Skip to content

Commit e3a7bc2

Browse files
author
Vinit Kumar
committed
bump version & cleanup changelog
1 parent 58f0f13 commit e3a7bc2

File tree

2 files changed

+8
-32
lines changed

2 files changed

+8
-32
lines changed

HISTORY.rst

Lines changed: 7 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,19 @@
11
History
22
=======
33

4+
3.19.2 / 2022-06-09
5+
===================
6+
7+
* escape xml char when having attrs (#144)
8+
* feat: adjust pytest config setting for easy loggin
9+
* feat: bump python 3.10 and 3.11 version (#142)
10+
411
3.19.1 / 2022-06-05
512
===================
613

714
* bump version of docs building
815
* chore(deps): bump waitress from 2.1.1 to 2.1.2 in /docs (#141)
916
* Docs update for dicttoxml (#140)
10-
* feat: update changelog
11-
* feat: bump version
12-
* Setting xsi location (#135)
13-
* Repeat list headers (#138)
14-
* add python3.11 support (#139)
15-
* improved docs dicttoxml (#134)
16-
* Fix/types working check ci mypy (#133)
17-
* fix: ci supports mypy now (#132)
18-
* generate changelog
19-
* bump version
20-
* bump version
21-
* Feat/remove logging by default (#131)
22-
* Merge two dev requirements file (#129)
23-
* remove old unused config
24-
* feat: add types (#125)
25-
* fix: issue with twine check
26-
* fix: issue with long description
27-
* refactor: xmltodict is only test dependency (#124)
28-
* fix: add correct list of contributors
29-
* feat: generate changelog
30-
* bump version
31-
* improvements on dicttoxml (#121)
32-
* feat: add correct badge
33-
* feat: use codecov
34-
* fix: flake8 tests
35-
* fix: add coverage to the mix
36-
* fix: lint issues and CI
37-
* fix: check new CI stuff like lint and coverage
38-
* feat: bump version and generate changelog
39-
* fix: issue with wrong output for boolean list
40-
* fix: pull requests also trigger action runs
4117

4218
3.19.0 / 2022-05-20
4319
===================

json2xml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """Vinit Kumar"""
44
__email__ = "[email protected]"
5-
__version__ = "3.19.1"
5+
__version__ = "3.19.2"

0 commit comments

Comments
 (0)