From b0d505df13ae0c315d21f440c200c029a2bb07db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a?= Date: Thu, 19 Jul 2018 04:45:49 +0300 Subject: Can add personalized title (h2) to blog homepage --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b6311d7..8aafbe5 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='w3blog', - version='0.4.0', + version='0.4-testing.11', packages=find_packages(), include_package_data=True, license='BSD License', -- cgit v1.2.3