From 76ff36a2a14b8acbb826f2d2494195947014618c Mon Sep 17 00:00:00 2001 From: Sarvjeet Singh Date: Thu, 2 May 2024 21:28:55 -0700 Subject: [PATCH] Bumped version to 2.12.1 --- CHANGELOG.md | 6 +++++- lakshmi/constants.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf88c8e..9178a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,12 @@ and this project adheres to ## [Unreleased] + +## [v2.12.1] - 2024-05-02 ### Fixed -- Error when ibond interest rates were fetched. +- AttributeError when ibond interest rates are fetched. +- Add dependency to latest version of yfinance (removes some warnings that +older version is throwing). ## [v2.12.0] - 2023-11-18 ### Fixed diff --git a/lakshmi/constants.py b/lakshmi/constants.py index 55b1308..af24487 100644 --- a/lakshmi/constants.py +++ b/lakshmi/constants.py @@ -1,4 +1,4 @@ """Lakshmi constants.""" NAME = 'lakshmi' -VERSION = '2.12.0' +VERSION = '2.12.1'