File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " django-fast-treenode"
7- version = " 3.2.1 "
7+ version = " 3.2.2 "
88description = " Treenode Framework for supporting tree (hierarchical) data structure in Django projects"
99readme = " README.md"
1010authors = [{ name = " Timur Kady" , email = " timurkady@yandex.com" }]
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'django-fast-treenode' ,
5- version = '3.2.1 ' ,
5+ version = '3.2.2 ' ,
66 description = 'Treenode Framework for supporting tree (hierarchical) data structure in Django projects' ,
77 long_description = open ('README.md' , encoding = 'utf-8' ).read (),
88 long_description_content_type = 'text/markdown' ,
Original file line number Diff line number Diff line change 44
55This module defines the current version of the TreeNode package.
66
7- Version: 3.2.1
7+ Version: 3.2.2
88Author: Timur Kady
99Email: timurkady@yandex.com
1010"""
1111
12- __version__ = '3.2.1 '
12+ __version__ = '3.2.2 '
You can’t perform that action at this time.
0 commit comments