Skip to content

Commit 6f57a4e

Browse files
committed
Bump version to 5.3.0
1 parent 3a80a00 commit 6f57a4e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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.3.0 (under development)
3+
## 5.3.0
44

55
* Added explicit support for the `muid` argument to `get_add_url()`,
66
`get_buy_url()` and `get_subscribe_url()`.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Release Checklist
3838
-----------------
3939

4040
* Install ``twine`` with ``$ pipsi install twine``
41-
* Ensure ``CHANGELOG.md`` is representative
4241
* Determine next version number from the ``CHANGELOG.md`` (ensuring we follow `SemVer <http://semver.org/>`_)
4342
* ``git flow release start $newver``
43+
* Ensure ``CHANGELOG.md`` is representative
4444
* Update the ``CHANGELOG.md`` with the new version
4545
* Update the version in ``setup.py``
4646
* Update `trove classifiers <https://pypi.python.org/pypi?%3Aaction=list_classifiers>`_ in ``setup.py``

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.0a1"
7+
_version = "5.3.0"
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)