Skip to content

Commit d7f7222

Browse files
committed
prepare release
1 parent b78edae commit d7f7222

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Usage
4444
Requirements
4545
------------
4646

47-
* Plone 3.x, Plone 4
47+
* Plone 3.x, Plone 4.x
4848

4949
quintagroup.seoptimizer requires plone.browserlayer package to be installed in your site. plone.browserlayer package is shipped with Plone >= 3.1 and thus you don't need anything extra when you have that version of Plone.
5050

docs/HISTORY.txt

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

4+
4.1.1 (2011-11-08)
5+
------------------
6+
7+
* Fixed seo fields escaping,
8+
[vmaksymiv]
9+
10+
411
4.1.0 (2011-10-28)
512
------------------
613

docs/INSTALL.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you are using zc.buildout and the plone.recipe.zope2instance recipe to manage
88

99
* Add ``quintagroup.seoptimizer`` to the list of eggs to install, e.g.:
1010

11-
For Plone 4 - in your buildout.cfg file write::
11+
For Plone 4.x - in your buildout.cfg file write::
1212

1313
[buildout]
1414
....
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0"?>
22
<metadata>
3-
<version>4.1.0</version>
3+
<version>4.1.1</version>
44
</metadata>

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.1.0'
8+
version = '4.1.1'
99

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

0 commit comments

Comments
 (0)