File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# History
22
3- ## 2.0.0 (2024-??-?? )
3+ ## 2.0.0 (2024-10-25 )
44
55* Remove support for Python versions < 3.8
66* Add formal support for Python versions up to 3.13
7+ * Switch to Markdown for docs
8+ * Migrate from black to ruff
79
810## 1.5.2 (2020-09-21)
911
Original file line number Diff line number Diff line change 99except ImportError :
1010 from distutils .core import setup
1111
12- __version__ = "1.5.2 "
12+ __version__ = "2.0 "
1313
1414
1515def read (fname ):
@@ -38,7 +38,7 @@ def read(fname):
3838 version = __version__ ,
3939 description = "A decorator for caching properties in classes." ,
4040 long_description = readme + "\n \n " + history ,
41- long_description_content_type = "text/x-md " ,
41+ long_description_content_type = "text/text/markdown " ,
4242 author = "Daniel Greenfeld" ,
43434444 url = "https://github.com/pydanny/cached-property" ,
You can’t perform that action at this time.
0 commit comments