Skip to content

Commit 397afe0

Browse files
committed
Post release prep
1 parent 8f1a097 commit 397afe0

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## 5.3.1 (under development)
4+
35
## 5.3.0
46

57
* Added explicit support for the `muid` argument to `get_add_url()`,

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.3.0"
7+
_version = "5.3.1a1"
88
_packages = find_packages('.', exclude=["*.tests", "*.tests.*", "tests.*", "tests"])
99

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

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

0 commit comments

Comments
 (0)