Skip to content

Commit d0d325c

Browse files
committed
Merge branch 'release/5.7.0' into develop
2 parents d1d31f8 + 1de15ab commit d0d325c

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

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

3-
## 5.7.0 (under development)
3+
## 5.7.0
4+
5+
* The `ITEM_TYPE_POLITICAL_CONTRIBUTION` constant was added to the `constants`
6+
module. It's to be used in conjuction with the `item_type` attribute on an
7+
`ItemDefinition`.
8+
9+
* The `ItemDefinition` gained a new key-word argument `election_id` that must
10+
be set when `item_type` is `ITEM_TYPE_POLITICAL_CONTRIBUTION` when creating
11+
purchase URLs for political contributions.
412

513
## 5.6.0
614

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.7.0a1"
7+
_version = "5.7.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)