Skip to content

Commit

Permalink
bump: version 0.1.0 → 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
irenkart committed Dec 20, 2024
1 parent b9f31c8 commit e5f1efc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit e5f1efc

Please sign in to comment.