File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44
5+ ## 0.1.1 (2024-12-20)
6+
7+ ### Fix
8+
9+ - typo base URL to append trailing slash for charges endpoint
10+ - Refactor imports for consistency and clarity
11+ - Simplify ReadTheDocs build configuration.
12+ - Configure Read the Docs to use Python 3.10 and Ubuntu 22.04
13+ - Update poetry.lock content hash
14+
15+ ### Refactor
16+
17+ - Update ReadTheDocs config to use poetry for dependency management
18+
519## [ 0.1.0]
620
721### 🚀 Features
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " python-pin-payments"
3- version = " 0.1.0 "
3+ version = " 0.1.1 "
44description = " Python library for interacting with the Pin Payments API"
55authors = [
" Viacheslav Lisovoi <[email protected] >" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments