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 a4b2f53 + 226ede3 commit 46d17f2Copy full SHA for 46d17f2
docs/source/changelog.rst
@@ -23,6 +23,10 @@ Glossary
23
---------------------
24
Releases
25
26
+v1.3.1
27
+================
28
+- Fixed :func:`tkclasswiz.convert.convert_objects_to_script` not including enum imports.
29
+
30
31
v1.4.0
32
================
tkclasswiz/__init__.py
@@ -26,8 +26,10 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
"""
__version__ = "1.4.0"
33
from .object_frame import *
34
from .annotations import *
35
from .cache import *
0 commit comments