Skip to content

Commit

Permalink
Bump to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dinoperovic committed Apr 25, 2022
1 parent f213e8e commit 8e89388
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.5] - TBA
## [0.1.5] - 2022-04-25
### Changed
- Updated `line_items` to return a single basket/order by default

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 = "django-salesman-paypal"
version = "0.1.4"
version = "0.1.5"
description = "PayPal payment integration for Salesman."
authors = ["Dino Perovic <[email protected]>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion salesman_paypal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"""

__title__ = "Salesman PayPal"
__version__ = "0.1.4"
__version__ = "0.1.5"
__author__ = "Dino Perovic"

0 comments on commit 8e89388

Please sign in to comment.