diff options
author | Yaroslav de la Peña <contact@yaroslavps.com> | 2018-10-12 16:33:43 +0300 |
---|---|---|
committer | Yaroslav de la Peña <contact@yaroslavps.com> | 2018-10-12 16:33:43 +0300 |
commit | a306094530a5e49a758cd9cf02d8860437c2dd8f (patch) | |
tree | c77ada864544ed15dcbc5f22b0b13cfe8fc5148f /setup.py | |
parent | 1902be002029baf09a5d0e2b980f46a34510182c (diff) | |
download | w3blog-a306094530a5e49a758cd9cf02d8860437c2dd8f.tar.gz w3blog-a306094530a5e49a758cd9cf02d8860437c2dd8f.zip |
fixed pinned posts appearing even if they are not published yet
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |