Skip to content

Commit 841bd3a

Browse files
committed
v0.3.4 — Support tomli 2.0
- Support Python 3.10 - Support tomli 2.0
1 parent 6b798b2 commit 841bd3a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.3.4 (in development)
2-
-----------------------
1+
v0.3.4 (2022-01-02)
2+
-------------------
33
- Support Python 3.10
44
- Support tomli 2.0
55

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020-2021 John Thorvald Wodder II and contributors
3+
Copyright (c) 2020-2022 John Thorvald Wodder II and contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/check_wheel_contents/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Visit <https://github.com/jwodder/check-wheel-contents> for more information.
1313
"""
1414

15-
__version__ = "0.3.4.dev1"
15+
__version__ = "0.3.4"
1616
__author__ = "John Thorvald Wodder II"
1717
__author_email__ = "[email protected]"
1818
__license__ = "MIT"

0 commit comments

Comments
 (0)