Skip to content

Commit cc61a35

Browse files
committed
Merge branch 'release/5.1.0' into develop
2 parents 41e6cbd + 95124ba commit cc61a35

2 files changed

Lines changed: 4 additions & 4 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.1.0 (under development)
3+
## 5.1.0
44

55
* Ignored HMAC character capitalization
66
([#93](https://github.com/laterpay/laterpay-client-python/issues/93))

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import codecs
55
import os
66

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

1010
if os.path.exists('README.rst'):
@@ -34,8 +34,8 @@
3434
],
3535

3636
classifiers=(
37-
"Development Status :: 3 - Alpha",
38-
# "Development Status :: 5 - Production/Stable",
37+
# "Development Status :: 3 - Alpha",
38+
"Development Status :: 5 - Production/Stable",
3939
"Intended Audience :: Developers",
4040
"License :: OSI Approved :: MIT License",
4141
"Operating System :: OS Independent",

0 commit comments

Comments
 (0)