Skip to content

Commit baf9b9f

Browse files
committed
Merge branch 'release/5.0.0' into develop
2 parents 4d7c2f1 + 72f809c commit baf9b9f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 5.0.0 (under development)
3+
## 5.0.0
44

55
* Removed the following long deprecated methods from the
66
`laterpay.LaterPayClient`:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import codecs
55
import os
66

7-
_version = "5.0.0a1"
7+
_version = "5.0.0"
88
_packages = find_packages('.', exclude=["*.tests", "*.tests.*", "tests.*", "tests"])
99

1010
if os.path.exists('README.rst'):

0 commit comments

Comments
 (0)