Skip to content

Commit

Permalink
Rename deprecated licence_file param ahead of blocking problems in Oc…
Browse files Browse the repository at this point in the history
…t 2023
  • Loading branch information
stevejalim committed Jul 10, 2023
1 parent dcce6f2 commit 114cf37
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
History
-------

0.7.1 (2023-07-10)
++++++++++++++++++

* Update setup.cfg to rename deprecated licence_file param


0.7.0 (2023-07-10)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion allow_cidr/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.7.0"
__version__ = "0.7.1"
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ tag = True
universal = 1

[metadata]
license_file = LICENSE
license_files = LICENSE

[flake8]
ignore = D203
exclude =
exclude =
.git,
.tox,
build,
Expand Down

0 comments on commit 114cf37

Please sign in to comment.