From 3f5e2e80c6c888acb20155ebf82301ed01e92c0e Mon Sep 17 00:00:00 2001 From: Yaroslsav-95 Date: Thu, 4 Oct 2018 03:08:47 +0300 Subject: fix unpublished post appearing on rss feed --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 69b7ae2..ae350fb 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.3', + version='0.4-testing.18', packages=find_packages(), include_package_data=True, license='BSD License', @@ -32,6 +32,7 @@ setup( 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', ], -- cgit v1.2.3