Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# PISpy ChangeLog

## Unreleased
## v1.0.0

**Released: 2024-11-27**
**Released: 2025-04-12**

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

## 0.9.0

Expand Down
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pispy-client"
version = "0.9.0"
version = "1.0.0"
description = "A terminal-based Python package index inspector"
authors = [
{ name = "Dave Pearson", email = "[email protected]" }
Expand All @@ -16,7 +16,7 @@ license = { text = "License :: OSI Approved :: GNU General Public License v3 or
classifiers = [
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Environment :: Console",
"Development Status :: 4 - Beta",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: End Users/Desktop",
"Natural Language :: English",
"Operating System :: OS Independent",
Expand All @@ -41,7 +41,9 @@ Discussions = "https://github.com/davep/pispy/discussions"
pispy = "pispy.__main__:run"

[build-system]
requires = ["hatchling"]
# https://github.com/astral-sh/rye/issues/1446
requires = ["hatchling==1.26.3", "hatch-vcs"]
# requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.rye]
Expand Down