From 1b033e2f2a605a7033fca2cebba012394bbb9efa Mon Sep 17 00:00:00 2001 From: Stefan Taubert <23339395+stefantaubert@users.noreply.github.com> Date: Fri, 16 Aug 2024 16:57:12 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a010d5..4e0c38d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.5] - 2024-08-16 + ### Fixed - Custom Raven audio model didn't return same results as custom TFLite model because of sigmoid layer @@ -65,7 +67,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/birdnet-team/birdnet/compare/v0.1.4...HEAD +[Unreleased]: https://github.com/birdnet-team/birdnet/compare/v0.1.5...HEAD +[0.1.5]: https://github.com/birdnet-team/birdnet/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/birdnet-team/birdnet/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/birdnet-team/birdnet/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/birdnet-team/birdnet/compare/v0.1.1...v0.1.2 diff --git a/pyproject.toml b/pyproject.toml index 302f8b1..d8c203c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "birdnet" -version = "0.1.4" +version = "0.1.5" description = "A Python library for identifying bird species by their sounds." readme = "README.md" requires-python = ">=3.9, <3.12"