Skip to content

Commit

Permalink
Release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jleclanche committed Jun 28, 2023
1 parent 08795f3 commit 2c76c54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions docs/history/2_8_0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# dj-stripe 2.8.0 (202X-XX-XX)
# dj-stripe 2.8.0 (2023-06-28)

!!! attention

Expand All @@ -7,6 +7,11 @@

## Release highlights

This release introduces support for Stripe Identity.

It is also slated to be the last major release before dj-stripe 3.0, which will introduce
significant, backwards-incompatible changes.

- Python 3.11 is now supported.
- Django 4.1 and 4.2 are now supported.
- Python 3.7 is no longer supported. Python 3.8 or higher is required.
Expand Down Expand Up @@ -56,4 +61,4 @@
- `djstripe.signals.webhook_pre_process(instance, api_key)`: Fired before webhook processing. Not fired if the validation failed.
- `djstripe.signals.webhook_post_process(instance, api_key)`: Fired after webhook successful processing.
- `djstripe.signals.webhook_processing_error` now also takes `instance` and `api_key` arguments
- Updated deprecated `pkg_resources` to `importlib`.
- Updated deprecated `pkg_resources` to `importlib`.
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 = "dj-stripe"
version = "2.8.0-alpha.2"
version = "2.8.0"
description = "Django + Stripe made easy"
license = "MIT"
authors = [
Expand Down

0 comments on commit 2c76c54

Please sign in to comment.