Skip to content

Commit

Permalink
Bump to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dinoperovic committed Feb 23, 2023
1 parent 65bd444 commit d07ba5a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.6] - 2023-02-23
### Changed
- Removed Django from dependecies

## [0.1.5] - 2022-04-25
### Changed
- Updated `line_items` to return a single basket/order by default
Expand All @@ -30,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial code

[Unreleased]: https://github.com/dinoperovic/django-salesman-stripe/compare/0.1.5...HEAD
[Unreleased]: https://github.com/dinoperovic/django-salesman-stripe/compare/0.1.6...HEAD
[0.1.6]: https://github.com/dinoperovic/django-salesman-stripe/releases/tag/0.1.6
[0.1.5]: https://github.com/dinoperovic/django-salesman-stripe/releases/tag/0.1.5
[0.1.4]: https://github.com/dinoperovic/django-salesman-stripe/releases/tag/0.1.4
[0.1.3]: https://github.com/dinoperovic/django-salesman-stripe/releases/tag/0.1.3
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-stripe"
version = "0.1.5"
version = "0.1.6"
description = "Stripe payment integration for Salesman."
authors = ["Dino Perovic <dino.perovic@gmail.com>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion salesman_stripe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"""

__title__ = "Salesman Stripe"
__version__ = "0.1.5"
__version__ = "0.1.6"
__author__ = "Dino Perovic"

0 comments on commit d07ba5a

Please sign in to comment.