From e5f1efc2c15ca8b6e1d3fc7b51e2c1925b89731d Mon Sep 17 00:00:00 2001 From: Viacheslav Lisovoi Date: Fri, 20 Dec 2024 14:41:00 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dae231..7e7a8be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## 0.1.1 (2024-12-20) + +### Fix + +- typo base URL to append trailing slash for charges endpoint +- Refactor imports for consistency and clarity +- Simplify ReadTheDocs build configuration. +- Configure Read the Docs to use Python 3.10 and Ubuntu 22.04 +- Update poetry.lock content hash + +### Refactor + +- Update ReadTheDocs config to use poetry for dependency management + ## [0.1.0] ### 🚀 Features diff --git a/pyproject.toml b/pyproject.toml index 28bdf8d..2b42e4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-pin-payments" -version = "0.1.0" +version = "0.1.1" description = "Python library for interacting with the Pin Payments API" authors = ["Viacheslav Lisovoi "] readme = "README.md"