We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa512d commit 1a00bdfCopy full SHA for 1a00bdf
docs/HISTORY.txt
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+4.0.5 (unreleased)
5
+------------------
6
+
7
+* Fixed title escaping,
8
+ http://plone.org/products/plone-seo/issues/31,
9
+ [vmaksymiv]
10
11
12
4.0.4 (2010-11-05)
13
------------------
14
setup.cfg
@@ -1,3 +1,3 @@
[egg_info]
-# tag_build = dev
+tag_build = dev
# tag_svn_revision = true
setup.py
@@ -5,7 +5,7 @@
import os
from setuptools import setup, find_packages
-version = '4.0.4'
+version = '4.0.5'
setup(name='quintagroup.seoptimizer',
version=version,
0 commit comments