Skip to content

Commit

Permalink
0.0.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Sep 13, 2023
1 parent 473cf60 commit 23c9f86
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# CHANGELOG



## v0.0.0 (2023-09-13)

### Unknown

* Small fixes and optimizations ([`473cf60`](https://github.com/ThreatX/threatx-api-client/commit/473cf60cb3efc62e2f0d9cf243a4afd073dd48a3))

* Poetry project ([`19772ab`](https://github.com/ThreatX/threatx-api-client/commit/19772aba7b70dd4fa7ec2a667d648e25f46a143a))

* Initial commit ([`13417b6`](https://github.com/ThreatX/threatx-api-client/commit/13417b6c9603344991911fb6ad7596732907c2dd))
14 changes: 13 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "threatx-api-client"
version = "1.0.0"
version = "0.0.0"
description = "A client library for the ThreatX API"
authors = ["Nikita Ratskov <nikita.ratskov@threatx.com>"]
license = ""
Expand All @@ -15,6 +15,18 @@ requests = "^2.31.0"
ruff = "^0.0.288"
coverage = "^7.3.1"

[tool.poetry.group.release.dependencies]
python-semantic-release = "^8.0.8"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.semantic_release]
version_toml = [
"pyproject.toml:tool.poetry.version"
]
major_on_zero = false
branch = "main"
upload_to_vcs_release = true
build_command = "poetry build --format wheel"

0 comments on commit 23c9f86

Please sign in to comment.