-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by semantic-release
- Loading branch information
github-actions
committed
Nov 13, 2023
1 parent
90f2e3f
commit 42e9b9e
Showing
3 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# CHANGELOG | ||
|
||
|
||
|
||
## v0.0.1 (2023-11-13) | ||
|
||
### Fix | ||
|
||
* fix: ci (#4) ([`c5a456f`](https://github.com/artefactory-fr/bytetrack/commit/c5a456fccddaebcc24bdc77f1ebb7c50c02bfdc5)) | ||
|
||
* fix: ci ([`6002170`](https://github.com/artefactory-fr/bytetrack/commit/600217006257c2cfbea5156e2aad2e35219e7794)) | ||
|
||
### Unknown | ||
|
||
* realease (#5) ([`90f2e3f`](https://github.com/artefactory-fr/bytetrack/commit/90f2e3fc696a7ba15295536dc7ed19fc2461af12)) | ||
|
||
* Merge pull request #3 from artefactory-fr/dev | ||
|
||
fix: Realease ([`7b30902`](https://github.com/artefactory-fr/bytetrack/commit/7b309028b86d6c0721272d20fb05bcc96ed3efcf)) | ||
|
||
* Merge pull request #2 from artefactory-fr/fea/release_poetry_versionning | ||
|
||
Fea/release poetry versionning ([`1039643`](https://github.com/artefactory-fr/bytetrack/commit/10396439f6807a73a8e0842cfbb5bb21762c1ec8)) | ||
|
||
* fea: add versionning + pre-commit ([`bc75900`](https://github.com/artefactory-fr/bytetrack/commit/bc75900ae8570080b82768464956269c0ccdd5eb)) | ||
|
||
* fea: use poetry ([`c38868f`](https://github.com/artefactory-fr/bytetrack/commit/c38868fdefa2f5c2a2e1cc1bd73fc7213282fa33)) | ||
|
||
* initial commit ([`b08cb52`](https://github.com/artefactory-fr/bytetrack/commit/b08cb52ad2aa5fecb1a9324131f8bc70d939c7c7)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from bytetracker.byte_tracker import BYTETracker # noqa: F401 | ||
|
||
__version__ = "0.3.3" | ||
__version__ = "0.0.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "bytetracker" | ||
authors = ["TomDarmon <[email protected]>"] | ||
description = "Maintained fork of bytetrack-pip" | ||
version = "0.3.3" | ||
version = "0.0.1" | ||
readme = "README.md" | ||
|
||
|
||
|