Skip to content

Commit e5f1efc

Browse files
author
Viacheslav Lisovoi
committed
bump: version 0.1.0 → 0.1.1
1 parent b9f31c8 commit e5f1efc

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-pin-payments"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Python library for interacting with the Pin Payments API"
55
authors = ["Viacheslav Lisovoi <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)