Skip to content

Commit

Permalink
v0.3.0 — Update dependencies, and a bugfix
Browse files Browse the repository at this point in the history
- Support Python 3.12
- Update anyio to 4.x
- Migrated from setuptools to hatch
- Fix another occurrence of the Heisenbug from v0.2.0
- Update torf requirement to `>= 4.2.2, < 5.0`
  • Loading branch information
jwodder committed Nov 19, 2023
1 parent 7b368b6 commit bcd475f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.3.0 (in development)
-----------------------
v0.3.0 (2023-11-19)
-------------------
- Support Python 3.12
- Update anyio to 4.x
- Migrated from setuptools to hatch
Expand Down
2 changes: 1 addition & 1 deletion src/demagnetize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Visit <https://github.com/jwodder/demagnetize> for more information.
"""

__version__ = "0.3.0.dev1"
__version__ = "0.3.0"
__author__ = "John Thorvald Wodder II"
__author_email__ = "demagnetize@varonathe.org"
__license__ = "MIT"
Expand Down

0 comments on commit bcd475f

Please sign in to comment.