zt-devops-cli 0.1.4__tar.gz → 0.1.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: zt-devops-cli
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: DevOps 平台迭代管理 CLI
5
5
  Requires-Python: >=3.10
6
6
  Description-Content-Type: text/markdown
@@ -76,5 +76,5 @@ devops sprint done --project k64352 --sprint-id <id>
76
76
  ```
77
77
 
78
78
  ## 配置
79
- - cookie 缓存:`~/.devops-cli/cookies.json`
80
- - 配置文件:`~/.devops-cli/config.yaml`
79
+ - cookie 缓存:`~/.zt-devops-cli/cookies.json`
80
+ - 配置文件:`~/.zt-devops-cli/config.yaml`
@@ -65,5 +65,5 @@ devops sprint done --project k64352 --sprint-id <id>
65
65
  ```
66
66
 
67
67
  ## 配置
68
- - cookie 缓存:`~/.devops-cli/cookies.json`
69
- - 配置文件:`~/.devops-cli/config.yaml`
68
+ - cookie 缓存:`~/.zt-devops-cli/cookies.json`
69
+ - 配置文件:`~/.zt-devops-cli/config.yaml`
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "zt-devops-cli"
7
- version = "0.1.4"
7
+ version = "0.1.5"
8
8
  description = "DevOps 平台迭代管理 CLI"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: zt-devops-cli
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: DevOps 平台迭代管理 CLI
5
5
  Requires-Python: >=3.10
6
6
  Description-Content-Type: text/markdown
@@ -76,5 +76,5 @@ devops sprint done --project k64352 --sprint-id <id>
76
76
  ```
77
77
 
78
78
  ## 配置
79
- - cookie 缓存:`~/.devops-cli/cookies.json`
80
- - 配置文件:`~/.devops-cli/config.yaml`
79
+ - cookie 缓存:`~/.zt-devops-cli/cookies.json`
80
+ - 配置文件:`~/.zt-devops-cli/config.yaml`
File without changes