File size: 1,691 Bytes
065fee7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 |
v3.4.0
======
Features
--------
- Better type hints for NonDataProperty. (#13)
v3.3.1
======
No significant changes.
v3.3.0
======
Features
--------
- Require Python 3.8 or later.
v3.2.3
======
#7: Enabled badge with link to docs in the readme.
v3.2.2
======
Refreshed package metadata.
Enrolled with Tidelift.
v3.2.1
======
Refreshed package metadata.
v3.2.0
======
Switched to native namespace for jaraco package.
v3.1.1
======
Packaging refresh and associated cleanups, including fix
for #4 (failing black check).
v3.1.0
======
``classproperty`` decorator now supplies a
``classproperty.Meta`` class. Classes that wish to have
a class property should derive from that metaclass. This
approach solves the unintended behavior of the property
only being set on a given instance. For compatibility, the
old behavior is retained if the metaclass is not used.
v3.0.0
======
Project now requires Python 3.6 or later.
2.0
===
Switch to `pkgutil namespace technique
<https://packaging.python.org/guides/packaging-namespace-packages/#pkgutil-style-namespace-packages>`_
for the ``jaraco`` namespace.
1.5
===
Refresh packaging.
Use Python 3 syntax for new-style classes.
1.4.3
=====
Corrected namespace package declaration to match
``jaraco`` namespaced packages.
1.4.2
=====
#1: Added a project description.
1.4.1
=====
Refresh packaging.
1.4
===
Added documentation.
Project is now automatically released by Travis CI.
1.3
===
Move hosting to Github.
Use setuptools_scm for version detection.
1.2
===
Limit dependencies in setup_requires.
1.1
===
Added ``properties`` module from jaraco.util 10.8.
1.0
===
Initial release based on jaraco.util 10.8.
|