From acecd3ec5e208bfae0cdd2eed8ec5fd7d5184465 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Sun, 8 Sep 2024 22:07:57 +0100 Subject: [PATCH] Bump to 1.13.0 --- docs/CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4927a0e3..745f4b8e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -7,7 +7,7 @@ ### Changed -- Upgraded all dependencies +- Upgraded all dependencies. - Remove `pydantic-settings` crash workaround on empty config files. - Renaming `App.maximized` as it now clashes with a Textual concept. - Removed "using default collection" message from startup. diff --git a/pyproject.toml b/pyproject.toml index 302e6820..622cb913 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "posting" -version = "1.12.3" +version = "1.13.0" description = "The modern API client that lives in your terminal." authors = [ { name = "Darren Burns", email = "darrenb900@gmail.com" }