Skip to content

Commit

Permalink
Version bump - 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey committed Mar 25, 2022
1 parent f8a76f4 commit 9c75afe
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# The short X.Y version.
version = "2.0"
# The full version, including alpha/beta/rc tags.
release = "2.0-dev"
release = "2.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Release notes
===============

Version 2.0 (unreleased)
Version 2.0 (2022-03-25)
------------------------

* Better fix for Django 4.0 form rendering, enabling custom subclasses to work.
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-dev"
__version__ = "2.0"
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ find . -type d | xargs chmod ugo+rx

VERSION=$(./setup.py --version) || exit 1

twine upload dist/django-paypal-$VERSION.tar.gz dist/django_paypal-$VERSION-py2.py3-none-any.whl || exit 1
twine upload dist/django-paypal-$VERSION.tar.gz dist/django_paypal-$VERSION-py3-none-any.whl || exit 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-dev",
version="2.0",
author="John Boxall",
author_email="[email protected]",
maintainer="Luke Plant",
Expand Down

0 comments on commit 9c75afe

Please sign in to comment.