Skip to content

Commit 00e4bbd

Browse files
authored
Fix/drop python 38 python39 from identifier (#210)
* feat: remove python 3.9, python 3.8 from setup identifier * fix: change the release notes
1 parent 2f12c41 commit 00e4bbd

File tree

3 files changed

+36
-3
lines changed

3 files changed

+36
-3
lines changed

HISTORY.rst

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

4+
5.0.3 / 2024-08-08
5+
==================
6+
7+
* feat: remove python 3.9, python 3.8 from setup identifier
8+
* feat: update 3.13 to beta3 (#208)
9+
* chore(deps): bump urllib3 from 1.26.18 to 1.26.19 (#207)
10+
* chore(deps): bump certifi from 2023.7.22 to 2024.7.4 in /docs (#206)
11+
* chore(deps): bump urllib3 from 1.26.18 to 1.26.19 in /docs (#205)
12+
* feat: update to actions to v20 of node
13+
* fix: dependabot security issues and a new release version
14+
* fix: try beta1 as beta2 fails to untar and extract
15+
* fix: lint and deps issue
16+
* fix: resolve issues with python 3.13 version and also encoding
17+
* fix: CI build failures
18+
* fix: update changelog for the docs
19+
* fix: update to latest version of urllib3 (#195)
20+
* chore(deps): bump urllib3 from 1.26.13 to 1.26.18 (#192)
21+
* docs: generate changelog
22+
* chore: bump version
23+
* feat: get local working for 3.12 and fix some code quality issue
24+
* feat: add new python3.12 final (#191)
25+
* chore(deps): bump urllib3 from 1.26.7 to 1.26.17 in /docs (#190)
26+
* Fix/make docs better (#186)
27+
* fix: issue with hardcoded year
28+
* fix: remove build files
29+
* feat: upgrade sphinx theme
30+
* fix: upgrade to latest rc2 package
31+
* fix: issues with ruff linting, use isinstance in place of type
32+
* fix: make readme better
33+
* chore(deps): bump tornado from 6.3.2 to 6.3.3 in /docs (#185)
34+
* chore: test python312rc1 (#184)
35+
* chore(deps): bump certifi from 2022.12.7 to 2023.7.22 in /docs (#183)
36+
* chore(deps): bump pygments from 2.10.0 to 2.15.0 in /docs (#182)
37+
438
5.0.2 / 2024-06-10
539
==================
640

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__ = "5.0.2"
5+
__version__ = "5.0.3"

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@
2626
"Intended Audience :: Developers",
2727
"License :: OSI Approved :: Apache Software License",
2828
"Natural Language :: English",
29-
"Programming Language :: Python :: 3.8",
30-
"Programming Language :: Python :: 3.9",
3129
"Programming Language :: Python :: 3.10",
3230
"Programming Language :: Python :: 3.11",
3331
"Programming Language :: Python :: 3.12",
32+
"Programming Language :: Python :: 3.13",
3433
"Programming Language :: Python :: Implementation :: CPython",
3534
"Programming Language :: Python :: Implementation :: PyPy",
3635
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)