We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5365564 + 9c7277e commit e8e9f52Copy full SHA for e8e9f52
docs/source/changelog.rst
@@ -30,7 +30,6 @@ v1.3.0
30
- Custom repr display of structured objects via
31
:py:meth:`tkclasswiz.convert.ObjectInfo.register_repr` method.
32
33
-
34
v1.2.3
35
================
36
- Fixed annotations not getting obtained for function definitions.
tkclasswiz/__init__.py
@@ -26,8 +26,7 @@
26
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
SOFTWARE.
28
"""
29
-__version__ = "1.2.4"
+__version__ = "1.3.0"
from .object_frame import *
from .annotations import *
0 commit comments