File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
# PISpy ChangeLog
2
2
3
- ## Unreleased
3
+ ## v1.0.0
4
4
5
- ** Released: 2024-11-27 **
5
+ ** Released: 2025-04-12 **
6
6
7
- - Small cosmetic tweaks.
7
+ - Small cosmetic tweaks. ( [ # 35 ] ( https://github.com/davep/pispy/pull/35 ) )
8
8
9
9
## 0.9.0
10
10
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " pispy-client"
3
- version = " 0.9 .0"
3
+ version = " 1.0 .0"
4
4
description = " A terminal-based Python package index inspector"
5
5
authors = [
6
6
{
name =
" Dave Pearson" ,
email =
" [email protected] " }
@@ -16,7 +16,7 @@ license = { text = "License :: OSI Approved :: GNU General Public License v3 or
16
16
classifiers = [
17
17
" License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)" ,
18
18
" Environment :: Console" ,
19
- " Development Status :: 4 - Beta " ,
19
+ " Development Status :: 5 - Production/Stable " ,
20
20
" Intended Audience :: End Users/Desktop" ,
21
21
" Natural Language :: English" ,
22
22
" Operating System :: OS Independent" ,
@@ -41,7 +41,9 @@ Discussions = "https://github.com/davep/pispy/discussions"
41
41
pispy = " pispy.__main__:run"
42
42
43
43
[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"]
45
47
build-backend = " hatchling.build"
46
48
47
49
[tool .rye ]
You can’t perform that action at this time.
0 commit comments