Skip to content

Commit bd0bf6b

Browse files
committed
v0.4.1 — Packaging updates
- Support Python 3.11, 3.12, and 3.13 - Migrated from setuptools to hatch - Drop support for Python 3.7
1 parent 33018ae commit bd0bf6b

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.5.0 (in development)
2-
-----------------------
1+
v0.4.1 (2024-12-01)
2+
-------------------
33
- Support Python 3.11, 3.12, and 3.13
44
- Migrated from setuptools to hatch
55
- Drop support for Python 3.7

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) 2021-2022 John Thorvald Wodder II
3+
Copyright (c) 2021-2024 John Thorvald Wodder II
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/iterpath/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Visit <https://github.com/jwodder/iterpath> for more information.
1111
"""
1212

13-
__version__ = "0.5.0.dev1"
13+
__version__ = "0.4.1"
1414
__author__ = "John Thorvald Wodder II"
1515
__author_email__ = "[email protected]"
1616
__license__ = "MIT"

0 commit comments

Comments
 (0)