Skip to content

Commit 1a00bdf

Browse files
committed
switch version to 4.0.5 dev
1 parent efa512d commit 1a00bdf

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

docs/HISTORY.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
4.0.5 (unreleased)
5+
------------------
6+
7+
* Fixed title escaping,
8+
http://plone.org/products/plone-seo/issues/31,
9+
[vmaksymiv]
10+
11+
412
4.0.4 (2010-11-05)
513
------------------
614

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[egg_info]
2-
# tag_build = dev
2+
tag_build = dev
33
# tag_svn_revision = true

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import os
66
from setuptools import setup, find_packages
77

8-
version = '4.0.4'
8+
version = '4.0.5'
99

1010
setup(name='quintagroup.seoptimizer',
1111
version=version,

0 commit comments

Comments
 (0)