Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit 519005f

Browse files
Bump release to 0.9.1 for migrations fixes (#66)
* Bump release to 0.9.1 for migrations fixes * Describe change as fixed in changelog
1 parent 65cc9fd commit 519005f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [0.9.1]
5+
### Fixed
6+
- fixed migrations
7+
48
## [0.9.0]
59
### Changed
610
- added support for stripe 2.X and dropped support for 1.X

aa_stripe/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
__title__ = "Ro Stripe"
3-
__version__ = "0.9.0"
3+
__version__ = "0.9.1"
44
__author__ = "Remigiusz Dymecki"
55
__license__ = "MIT"
66
__copyright__ = "Copyright 2019 Ro"

0 commit comments

Comments
 (0)