From c8226f8ced4a1738de25d5d00372f200dc3c1c47 Mon Sep 17 00:00:00 2001 From: Valerio Versace Date: Wed, 19 Oct 2016 18:06:15 +0200 Subject: [PATCH] fixed an issue with linked content urls for statics linked by {filename} --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 580c6f47..3610936e 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ CHANGELOG = open('docs/changelog.rst').read() setup( name="pelican", - version="3.6.4.devSF", + version="3.6.4.dev0", url='http://getpelican.com/', author='Alexis Metaireau', author_email='authors@getpelican.com',