Skip to content

Commit 7026c1a

Browse files
authored
🔀 Merge pull request #42 from davep/v0.4.2
v0.4.2
2 parents 4c51fb4 + 562d804 commit 7026c1a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

ChangeLog.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Peplum ChangeLog
22

3+
## v0.4.2
4+
5+
**Released: 2025-03-17**
6+
7+
- Bumped minimum Python version to 3.10.
8+
([#40])(https://github.com/davep/peplum/pull/40)
9+
- Ensured the code works with *all* stable Python versions from 3.10 and
10+
above. ([#40])(https://github.com/davep/peplum/pull/40)
11+
312
## v0.4.1
413

514
**Released: 2025-02-16**

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "peplum"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "A terminal-based PEP lookup manager"
55
authors = [
66
{ name = "Dave Pearson", email = "[email protected]" }
@@ -36,7 +36,6 @@ classifiers = [
3636
"Operating System :: OS Independent",
3737
"Programming Language :: Python :: 3",
3838
"Programming Language :: Python :: 3 :: Only",
39-
"Programming Language :: Python :: 3.9",
4039
"Programming Language :: Python :: 3.10",
4140
"Programming Language :: Python :: 3.11",
4241
"Programming Language :: Python :: 3.12",

0 commit comments

Comments
 (0)