Skip to content

Commit

Permalink
Version bump - 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey committed Apr 30, 2024
1 parent 670bb96 commit 522aafb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
# built documents.
#
# The short X.Y version.
version = "2.0"
version = "2.1"
# The full version, including alpha/beta/rc tags.
release = "2.0"
release = "2.1"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion paypal/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0"
__version__ = "2.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def read(*rnames):

setup(
name="django-paypal",
version="2.0",
version="2.1",
author="John Boxall",
author_email="[email protected]",
maintainer="Luke Plant",
Expand Down

0 comments on commit 522aafb

Please sign in to comment.