Skip to content

Commit 131cb0b

Browse files
committed
Update
1 parent e22039a commit 131cb0b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "django-fast-treenode"
7-
version = "3.2.1"
7+
version = "3.2.2"
88
description = "Treenode Framework for supporting tree (hierarchical) data structure in Django projects"
99
readme = "README.md"
1010
authors = [{ name = "Timur Kady", email = "timurkady@yandex.com" }]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
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',

treenode/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
55
This module defines the current version of the TreeNode package.
66
7-
Version: 3.2.1
7+
Version: 3.2.2
88
Author: Timur Kady
99
Email: timurkady@yandex.com
1010
"""
1111

12-
__version__ = '3.2.1'
12+
__version__ = '3.2.2'

0 commit comments

Comments
 (0)