Skip to content

Commit e49e064

Browse files
authored
🔀 Merge pull request #37 from davep/v1.0.0
v1.0.0
2 parents f28ae2b + 8674e17 commit e49e064

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

ChangeLog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# PISpy ChangeLog
22

3-
## Unreleased
3+
## v1.0.0
44

5-
**Released: 2024-11-27**
5+
**Released: 2025-04-12**
66

7-
- Small cosmetic tweaks.
7+
- Small cosmetic tweaks. ([#35](https://github.com/davep/pispy/pull/35))
88

99
## 0.9.0
1010

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pispy-client"
3-
version = "0.9.0"
3+
version = "1.0.0"
44
description = "A terminal-based Python package index inspector"
55
authors = [
66
{ name = "Dave Pearson", email = "[email protected]" }
@@ -16,7 +16,7 @@ license = { text = "License :: OSI Approved :: GNU General Public License v3 or
1616
classifiers = [
1717
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
1818
"Environment :: Console",
19-
"Development Status :: 4 - Beta",
19+
"Development Status :: 5 - Production/Stable",
2020
"Intended Audience :: End Users/Desktop",
2121
"Natural Language :: English",
2222
"Operating System :: OS Independent",
@@ -41,7 +41,9 @@ Discussions = "https://github.com/davep/pispy/discussions"
4141
pispy = "pispy.__main__:run"
4242

4343
[build-system]
44-
requires = ["hatchling"]
44+
# https://github.com/astral-sh/rye/issues/1446
45+
requires = ["hatchling==1.26.3", "hatch-vcs"]
46+
# requires = ["hatchling"]
4547
build-backend = "hatchling.build"
4648

4749
[tool.rye]

0 commit comments

Comments
 (0)