Skip to content

Commit 03cd06e

Browse files
committed
v0.2.1 — Packaging updates
- Drop support for Python 3.6 and 3.7 - Support Python 3.11, 3.12, and 3.13 - Moved to wheelodex organization - Migrated from setuptools to hatch
1 parent 3236202 commit 03cd06e

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.0 (in development)
2-
-----------------------
1+
v0.2.1 (2024-12-01)
2+
-------------------
33
- Drop support for Python 3.6 and 3.7
44
- Support Python 3.11, 3.12, and 3.13
55
- Moved to wheelodex organization

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
3+
Copyright (c) 2020-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/entry_points_txt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from typing import Any, Dict, IO, NamedTuple, Optional
2020
from warnings import warn
2121

22-
__version__ = "0.3.0.dev1"
22+
__version__ = "0.2.1"
2323
__author__ = "John Thorvald Wodder II"
2424
__author_email__ = "entry-points-txt@varonathe.org"
2525
__license__ = "MIT"

0 commit comments

Comments
 (0)