Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ MANIFEST
.mypy_cache/
.project
.pydevproject
.python-version
pylint.txt
*.swp
violations.pyflakes.txt
Expand Down
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
History
-------

2.4.0
2.4.0 (2021-08-26)
++++++++++++++++++

* Added the following new values to the ``/payment/processor`` validation:
Expand Down
15 changes: 8 additions & 7 deletions README.dev.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Steps for doing a release:

1. Review open issues and PRs to see if any can easily be fixed, closed, or
1. Make a release branch
2. Review open issues and PRs to see if any can easily be fixed, closed, or
merged.
2. Bump copyright year in ``README.rst``, ``docs/conf.py``, and
3. Bump copyright year in ``README.rst``, ``docs/conf.py``, and
``docs/index.rst``, if necessary.
3. Review ``HISTORY.rst`` for completeness and correctness.
4. Add release date to ``HISTORY.rst``.
5. Install or update `hub <https://github.com/github/hub`_ as it used by the
4. Review ``HISTORY.rst`` for completeness and correctness.
5. Add release date to ``HISTORY.rst``.
6. Install or update `hub <https://github.com/github/hub`_ as it used by the
release script.
6. Run ``dev-bin/release.sh`` and follow the prompts.
7. Verify the release on `GitHub <https://github.com/maxmind/minfraud-api-python/releases>`_
7. Run ``dev-bin/release.sh`` and follow the prompts.
8. Verify the release on `GitHub <https://github.com/maxmind/minfraud-api-python/releases>`_
and `PyPI <https://pypi.python.org/pypi/minfraud>`_.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,6 @@ for assistance.
Copyright and License
---------------------

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

This is free software, licensed under the Apache License, Version 2.0.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

# General information about the project.
project = "minfraud"
copyright = "2015-2020, MaxMind, Inc"
copyright = "2015-2021, MaxMind, Inc"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Indices and tables
* :ref:`modindex`
* :ref:`search`

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

2 changes: 1 addition & 1 deletion minfraud/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Internal module for version (to prevent cyclic imports)"""
__version__ = "2.3.1"
__version__ = "2.4.0"