From a306094530a5e49a758cd9cf02d8860437c2dd8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a?= Date: Fri, 12 Oct 2018 16:33:43 +0300 Subject: fixed pinned posts appearing even if they are not published yet --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7ef52b2..8a69f15 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.5-testing.4', + version='0.5-testing.5', packages=find_packages(), include_package_data=True, license='BSD License', -- cgit v1.2.3