diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca1c614f..657149d5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.2" + ".": "0.7.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a1c510f6..84d6e69d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project are documented here. The format follows [Keep a Changelog](https://keepachangelog.com/), and the project aims to follow semantic versioning. +## [0.7.3](https://github.com/astrogilda/tsbootstrap/compare/tsbootstrap-v0.7.2...tsbootstrap-v0.7.3) (2026-09-16) + + +### Bug Fixes + +* **deps:** bump mistune to 3.3.4 for a recursion denial of service ([33ae3f8](https://github.com/astrogilda/tsbootstrap/commit/33ae3f8bd602d3915a274b7ae604e5bbc82756d5)) +* **deps:** bump pip to 26.2.1 for an arbitrary-write advisory ([704833a](https://github.com/astrogilda/tsbootstrap/commit/704833a12ed060440cdda203c7403459767935a6)) +* **deps:** bump tornado to 6.5.8 for three advisories ([988aef0](https://github.com/astrogilda/tsbootstrap/commit/988aef043516113dd88f65c6452883a7e8930a30)) + + +### Documentation + +* **readme:** drop the unrelated cross-project link ([c884341](https://github.com/astrogilda/tsbootstrap/commit/c8843419ecbf87ae7d843b54a6773f3c28796d62)) +* **readme:** link the author's agent-evidence-vectors project ([#266](https://github.com/astrogilda/tsbootstrap/issues/266)) ([78646fb](https://github.com/astrogilda/tsbootstrap/commit/78646fb4db46faa7d59a2c25856d092556afb862)) +* **readme:** say what the linked project has in common with this one ([d0fefda](https://github.com/astrogilda/tsbootstrap/commit/d0fefda97fa049c9b6dff50790d960a0ee141752)) + ## [0.7.2](https://github.com/astrogilda/tsbootstrap/compare/tsbootstrap-v0.7.1...tsbootstrap-v0.7.2) (2026-08-27) diff --git a/CITATION.cff b/CITATION.cff index 227f15ef..d1bbf556 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -21,8 +21,8 @@ keywords: - uncertainty quantification - conformal prediction license: MIT -version: 0.7.2 # x-release-please-version +version: 0.7.3 # x-release-please-version doi: 10.5281/zenodo.8226495 -date-released: 2026-08-27 +date-released: 2026-09-16 url: "https://github.com/astrogilda/tsbootstrap" repository-code: "https://github.com/astrogilda/tsbootstrap" diff --git a/docs/source/conf.py b/docs/source/conf.py index 1c34afcb..df7cd08f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -16,7 +16,7 @@ current_year = datetime.now().year copyright = f"2023 - {current_year} (MIT License), Sankalp Gilda" author = "Sankalp Gilda" -release = "0.7.2" # x-release-please-version +release = "0.7.3" # x-release-please-version # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 63987d3e..c6bc018e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ where = ["src"] [project] name = "tsbootstrap" -version = "0.7.2" +version = "0.7.3" description = "A Python package to generate bootstrapped time series" maintainers = [ { name = "Sankalp Gilda", email = "sankalp.gilda@gmail.com" }, diff --git a/server.json b/server.json index 742bc9be..2017831c 100644 --- a/server.json +++ b/server.json @@ -3,7 +3,7 @@ "name": "io.github.astrogilda/tsbootstrap", "title": "tsbootstrap", "description": "Read-only time-series bootstrap server: diagnose a series and compute confidence intervals.", - "version": "0.7.2", + "version": "0.7.3", "repository": { "url": "https://github.com/astrogilda/tsbootstrap", "source": "github" @@ -12,7 +12,7 @@ { "registryType": "pypi", "identifier": "tsbootstrap", - "version": "0.7.2", + "version": "0.7.3", "runtimeHint": "uvx", "transport": { "type": "stdio" diff --git a/uv.lock b/uv.lock index f8509881..3af5fca9 100644 --- a/uv.lock +++ b/uv.lock @@ -5334,7 +5334,7 @@ wheels = [ [[package]] name = "tsbootstrap" -version = "0.7.2" +version = "0.7.3" source = { editable = "." } dependencies = [ { name = "narwhals" },