File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ MANIFEST
6666.mypy_cache /
6767.project
6868.pydevproject
69+ .python-version
6970pylint.txt
7071* .swp
7172violations.pyflakes.txt
Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change 11Steps 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 >`_.
Original file line number Diff line number Diff line change @@ -318,6 +318,6 @@ for assistance.
318318Copyright 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
323323This is free software, licensed under the Apache License, Version 2.0.
Original file line number Diff line number Diff line change 4646
4747# General information about the project.
4848project = "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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11"""Internal module for version (to prevent cyclic imports)"""
2- __version__ = "2.3.1 "
2+ __version__ = "2.4.0 "
You can’t perform that action at this time.
0 commit comments