Skip to content

Commit

Permalink
Bump to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pydanny committed Oct 25, 2024
1 parent 83e14c3 commit cffb696
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# History

## 2.0.0 (2024-??-??)
## 2.0.0 (2024-10-25)

* Remove support for Python versions < 3.8
* Add formal support for Python versions up to 3.13
* Switch to Markdown for docs
* Migrate from black to ruff

## 1.5.2 (2020-09-21)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
except ImportError:
from distutils.core import setup

__version__ = "1.5.2"
__version__ = "2.0"


def read(fname):
Expand Down Expand Up @@ -38,7 +38,7 @@ def read(fname):
version=__version__,
description="A decorator for caching properties in classes.",
long_description=readme + "\n\n" + history,
long_description_content_type="text/x-md",
long_description_content_type="text/text/markdown",
author="Daniel Greenfeld",
author_email="[email protected]",
url="https://github.com/pydanny/cached-property",
Expand Down

0 comments on commit cffb696

Please sign in to comment.