File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
# History
2
2
3
- ## 2.0.0 (2024-??-?? )
3
+ ## 2.0.0 (2024-10-25 )
4
4
5
5
* Remove support for Python versions < 3.8
6
6
* Add formal support for Python versions up to 3.13
7
+ * Switch to Markdown for docs
8
+ * Migrate from black to ruff
7
9
8
10
## 1.5.2 (2020-09-21)
9
11
Original file line number Diff line number Diff line change 9
9
except ImportError :
10
10
from distutils .core import setup
11
11
12
- __version__ = "1.5.2 "
12
+ __version__ = "2.0 "
13
13
14
14
15
15
def read (fname ):
@@ -38,9 +38,9 @@ def read(fname):
38
38
version = __version__ ,
39
39
description = "A decorator for caching properties in classes." ,
40
40
long_description = readme + "\n \n " + history ,
41
- long_description_content_type = "text/x-md " ,
42
- author = "Daniel Greenfeld" ,
43
- author_email = "pydanny@gmail .com" ,
41
+ long_description_content_type = "text/markdown " ,
42
+ author = "Daniel Roy Greenfeld" ,
43
+ author_email = "daniel@feldroy .com" ,
44
44
url = "https://github.com/pydanny/cached-property" ,
45
45
py_modules = ["cached_property" ],
46
46
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments