From 5a870f37865c5a590394210fff3cc48c01c17836 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Fri, 12 Apr 2024 08:26:04 -0700 Subject: [PATCH] Prepare the 0.12.0 release --- CHANGELOG.md | 2 +- src/vesta/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e5a8ea..ad9e2fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.12.0 - Unreleased +## 0.12.0 - 2024-04-12 ### Added - All clients now support a user-provided [httpx.Client](https://www.python-httpx.org/api/#client). - Added support for the VBML `absolutePosition` style. diff --git a/src/vesta/__init__.py b/src/vesta/__init__.py index 7fcd8fe..116c961 100644 --- a/src/vesta/__init__.py +++ b/src/vesta/__init__.py @@ -22,4 +22,4 @@ "VBMLClient", ) -__version__ = "0.12.0-dev" +__version__ = "0.12.0"