Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dinoperovic committed Mar 24, 2022
1 parent 054df1a commit ac94dd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- ## [Unreleased] -->

## [0.1.2] - 2022-03-24
## [0.1.1] - 2022-03-24
### Changed
- Render default templates for success and cancel

## [0.1.1] - 2022-03-24
### Fixed
- Handle guest customer correctly

## [0.1.0] - 2022-03-22
### Added
- Initial code

[Unreleased]: https://github.com/dinoperovic/django-salesman-stripe/compare/0.1.2...HEAD
[0.1.2]: https://github.com/dinoperovic/django-salesman-stripe/releases/tag/0.1.2
[Unreleased]: https://github.com/dinoperovic/django-salesman-stripe/compare/0.1.1...HEAD
[0.1.1]: https://github.com/dinoperovic/django-salesman-stripe/releases/tag/0.1.1
[0.1.0]: https://github.com/dinoperovic/django-salesman-stripe/releases/tag/0.1.0
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.0"
version = "0.1.1"
description = "Stripe payment integration for Salesman."
authors = ["Dino Perovic <[email protected]>"]
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.0'
__version__ = '0.1.1'
__author__ = 'Dino Perovic'

0 comments on commit ac94dd5

Please sign in to comment.