Prepare plone.dexterity 1.0.

svn path=/plone.dexterity/trunk/; revision=49888
This commit is contained in:
David Glick 2011-05-20 22:05:50 +00:00
parent 81c39442d5
commit fc21c7c408
4 changed files with 4 additions and 7 deletions

1
MANIFEST.in Normal file
View File

@ -0,0 +1 @@
global-include *.mo

View File

@ -1,14 +1,14 @@
Changelog
=========
1.0 - unreleased
1.0 - 2011-05-20
----------------
* Make sure the Title and Description accessors handle a value of None.
[davisagli]
* Make sure the Title() accessor for Dexterity content returns an encoded
bytestring as expected for CMF-style accessors
bytestring as expected for CMF-style accessors.
[davisagli]
1.0rc1 - 2011-04-30

View File

@ -1,7 +1,3 @@
[egg_info]
tag_build = dev
tag_svn_revision = true
# Babel configuration
[compile_catalog]
domain = plone.dexterity

View File

@ -1,7 +1,7 @@
from setuptools import setup, find_packages
import os
version = '1.0rc2'
version = '1.0'
setup(name='plone.dexterity',
version=version,