From 68b423a022f7a2f2dfc7aab790c79f934e1fdcc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20W=C3=B3jcik?= Date: Tue, 7 Dec 2021 19:30:05 +0100 Subject: [PATCH] v1.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index b5057a7..692cfee --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ PACKAGES = find_packages( setup( name='django-changelist-inline', - version='1.0.2', + version='1.0.3', url='https://git.bthlabs.pl/tomekwojcik/django-changelist-inline', license='Other/Proprietary License', author='Tomek Wójcik',