Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
django-iconify
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Libraries
django-iconify
Commits
f38b1d2c
Verified
Commit
f38b1d2c
authored
1 month ago
by
Jonathan Weth
⌨️
Browse files
Options
Downloads
Patches
Plain Diff
Fix import and bump version to 0.4.1
parent
2f336951
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dj_iconify/types.py
+1
-2
1 addition, 2 deletions
dj_iconify/types.py
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
2 additions
and
3 deletions
dj_iconify/types.py
+
1
−
2
View file @
f38b1d2c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
f38b1d2c
[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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment