mirror of
https://github.com/davidism/modify-repos.git
synced 2025-07-07 19:35:34 +00:00
release version 0.1.1
This commit is contained in:
parent
1c7b8fff96
commit
d80175d9a2
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
## Version 0.1.1
|
||||
|
||||
Unreleased
|
||||
Released 2025-01-14
|
||||
|
||||
- Submit is disabled by default.
|
||||
- Error if target and work branch are the same.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "modify-repos"
|
||||
version = "0.1.1.dev"
|
||||
version = "0.1.1"
|
||||
description = "Apply changes across multiple repos at once."
|
||||
readme = "README.md"
|
||||
authors = [{ name = "David Lord" }]
|
||||
|
|
2
uv.lock
generated
2
uv.lock
generated
|
@ -335,7 +335,7 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "modify-repos"
|
||||
version = "0.1.1.dev0"
|
||||
version = "0.1.1"
|
||||
source = { editable = "." }
|
||||
dependencies = [
|
||||
{ name = "click" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue