Skip to content

Commit

Permalink
🔖 djadyen version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-maykin committed Jan 21, 2025
1 parent 288d7c1 commit aa8710f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@

# 3.0.0

- Updated the Adyen to 10+.

# 2.0.4

- Switched to Web Drop-in and Web Compoments instead of HPP pages
Expand Down
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# see http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
[metadata]
name = djadyen
version = 2.0.6
version = 3.0.0
description = Django adyen payment integration
long_description = file: README.rst
url = https://github.com/maykinmedia/djadyen
Expand All @@ -20,10 +20,9 @@ classifiers =
Operating System :: Unix
Operating System :: MacOS
Operating System :: Microsoft :: Windows
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Software Development :: Libraries :: Python Modules

[options]
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ envlist =
py39-django22
py39-django32
py310-django32
py311-django32
isort
black
flake8
Expand Down

0 comments on commit aa8710f

Please sign in to comment.