Skip to content

Commit 73472bd

Browse files
update changelog and remove tomli upper bound
1 parent 4509fc0 commit 73472bd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v6.2.0
2+
=======
3+
4+
* fix #608: resolve tomli dependency issue by making it a hard dependency
5+
as all intended/supported install options use pip/wheel this is only a feature release
6+
17
v6.1.1
28
=======
39

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ classifiers =
2828
packages = find:
2929
install_requires =
3030
setuptools>=45
31-
tomli~=1.0
31+
tomli>=1.0
3232
python_requires = >=3.6
3333
package_dir =
3434
=src

0 commit comments

Comments
 (0)