Skip to content

Commit

Permalink
Bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dinoperovic committed Mar 25, 2022
1 parent 4837b6b commit 226dddb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ 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.1...HEAD
[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
[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.1"
version = "0.1.2"
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.1'
__version__ = '0.1.2'
__author__ = 'Dino Perovic'

0 comments on commit 226dddb

Please sign in to comment.