Skip to content

Commit

Permalink
Bump to version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 4, 2019
1 parent 7f4614a commit 5e4fc7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@ Successful payments are redirected onto the just created order detail page.

If a payment was rejected by PayPal, **djangoshop-paypal** redirects onto the CMS page with the ID
``shop-cancel-payment``, so make sure that such a page exists.


## Changes

### 1.0

* Adopted ver django-SHOP version 1.0
2 changes: 1 addition & 1 deletion shop_paypal/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.0'
__version__ = '1.0'

0 comments on commit 5e4fc7d

Please sign in to comment.