Skip to content

Commit

Permalink
Released 2.6.6 (#285)
Browse files Browse the repository at this point in the history
* Updated typeguard and deal to latest versions (#284)

  This change is needed so that distributions can successfully run
  the necessary tests with the development dependencies. Previously,
  the dependencies were outdated, and the old versions were already
  deprecated in distributions (notably, typegard and deal).
  • Loading branch information
mristin authored Nov 19, 2023
1 parent dc2e557 commit 8bf76f3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2.6.6
=====
* Updated typeguard and deal to latest versions (#284)

This change is needed so that distributions can successfully run
the necessary tests with the development dependencies. Previously,
the dependencies were outdated, and the old versions were already
deprecated in distributions (notably, typegard and deal).

2.6.5
=====
* Added Python 3.11 to the list of supported Pythons (#280)
Expand Down
2 changes: 1 addition & 1 deletion icontract/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# imports in setup.py.

# Don't forget to update the version in __init__.py and CHANGELOG.rst!
__version__ = "2.6.5"
__version__ = "2.6.6"
__author__ = "Marko Ristin"
__copyright__ = "Copyright 2019 Parquery AG"
__license__ = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
setup(
name="icontract",
# Don't forget to update the version in __init__.py and CHANGELOG.rst!
version="2.6.5",
version="2.6.6",
description="Provide design-by-contract with informative violation messages.",
long_description=long_description,
url="https://github.com/Parquery/icontract",
Expand Down

0 comments on commit 8bf76f3

Please sign in to comment.