Skip to content

Commit 274c307

Browse files
authored
Merge pull request #85 from maxmind/kevin/v2.4.0
Prepare for v2.4.0
2 parents 1d0a74f + 5e18a08 commit 274c307

7 files changed

Lines changed: 14 additions & 12 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ MANIFEST
6666
.mypy_cache/
6767
.project
6868
.pydevproject
69+
.python-version
6970
pylint.txt
7071
*.swp
7172
violations.pyflakes.txt

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
History
44
-------
55

6-
2.4.0
6+
2.4.0 (2021-08-26)
77
++++++++++++++++++
88

99
* Added the following new values to the ``/payment/processor`` validation:

README.dev.rst

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Steps for doing a release:
22

3-
1. Review open issues and PRs to see if any can easily be fixed, closed, or
3+
1. Make a release branch
4+
2. Review open issues and PRs to see if any can easily be fixed, closed, or
45
merged.
5-
2. Bump copyright year in ``README.rst``, ``docs/conf.py``, and
6+
3. Bump copyright year in ``README.rst``, ``docs/conf.py``, and
67
``docs/index.rst``, if necessary.
7-
3. Review ``HISTORY.rst`` for completeness and correctness.
8-
4. Add release date to ``HISTORY.rst``.
9-
5. Install or update `hub <https://github.com/github/hub`_ as it used by the
8+
4. Review ``HISTORY.rst`` for completeness and correctness.
9+
5. Add release date to ``HISTORY.rst``.
10+
6. Install or update `hub <https://github.com/github/hub`_ as it used by the
1011
release script.
11-
6. Run ``dev-bin/release.sh`` and follow the prompts.
12-
7. Verify the release on `GitHub <https://github.com/maxmind/minfraud-api-python/releases>`_
12+
7. Run ``dev-bin/release.sh`` and follow the prompts.
13+
8. Verify the release on `GitHub <https://github.com/maxmind/minfraud-api-python/releases>`_
1314
and `PyPI <https://pypi.python.org/pypi/minfraud>`_.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,6 @@ for assistance.
318318
Copyright and License
319319
---------------------
320320

321-
This software is Copyright © 2015-2020 by MaxMind, Inc.
321+
This software is Copyright © 2015-2021 by MaxMind, Inc.
322322

323323
This is free software, licensed under the Apache License, Version 2.0.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
# General information about the project.
4848
project = "minfraud"
49-
copyright = "2015-2020, MaxMind, Inc"
49+
copyright = "2015-2021, MaxMind, Inc"
5050

5151
# The version info for the project you're documenting, acts as replacement for
5252
# |version| and |release|, also used in various other places throughout the

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ Indices and tables
3131
* :ref:`modindex`
3232
* :ref:`search`
3333

34-
:copyright: © 2015-2020 by MaxMind, Inc.
34+
:copyright: © 2015-2021 by MaxMind, Inc.
3535
:license: Apache License, Version 2.0
3636

minfraud/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Internal module for version (to prevent cyclic imports)"""
2-
__version__ = "2.3.1"
2+
__version__ = "2.4.0"

0 commit comments

Comments
 (0)