From f38b1d2c90b30bfbbff97689d8d111a9ec5d7352 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Mon, 13 Jan 2025 11:34:53 +0100 Subject: [PATCH] Fix import and bump version to 0.4.1 --- dj_iconify/types.py | 3 +-- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/dj_iconify/types.py b/dj_iconify/types.py index 689959f..4c70d47 100644 --- a/dj_iconify/types.py +++ b/dj_iconify/types.py @@ -2,8 +2,7 @@ Documentation: https://docs.iconify.design/types/ """ -from typing import Collection, Dict, List, Optional, Sequence, Union -from typing.io import TextIO +from typing import Collection, Dict, List, Optional, Sequence, TextIO, Union import json from .util import split_css_unit diff --git a/pyproject.toml b/pyproject.toml index 615e9b7..486cdbd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-iconify" -version = "0.4" +version = "0.4.1" description = "Iconify API implementation and tools for Django projects" authors = ["Dominik George <dominik.george@teckids.org>"] license = "Apache-2.0" -- GitLab