Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Jan 17, 2022
1 parent fbf3d7e commit c1f5c8d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 89 deletions.
47 changes: 5 additions & 42 deletions datanommer.commands/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions datanommer.commands/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "datanommer.commands"
version = "1.0.0-alpha.1"
version = "1.0.0"
description = "Console commands for datanommer"
authors = [
"Fedora Infrastructure <[email protected]>"
Expand All @@ -19,7 +19,7 @@ include = [

[tool.poetry.dependencies]
python = "^3.7"
"datanommer.models" = {version = "1.0.0-alpha.2", allow-prereleases = true}
"datanommer.models" = "^1.0.0"
fedora-messaging = "^2.1.0"

[tool.poetry.dev-dependencies]
Expand Down
Loading

0 comments on commit c1f5c8d

Please sign in to comment.