Skip to content

Commit

Permalink
Get ready for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Apr 17, 2017
1 parent 715a8a2 commit 8c6dd23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGES.txt
Expand Up @@ -3,15 +3,18 @@ CHANGES
=======

3.5.1 (unreleased)
------------------

- Package modernization including manifest.

- ...

3.5.0 (2008-12-16)
------------------

- Remove deprecated ``vocabulary`` directive.
- Add test for component-based vocabulary registry.


3.4.0 (2007-10-27)
------------------

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,6 +1,7 @@
include *.py
include *.txt
include buildout.cfg

recursive-include src *.cfg
recursive-include src *.txt
recursive-include src *.zcml
4 changes: 1 addition & 3 deletions setup.py
Expand Up @@ -17,8 +17,6 @@
# Zope Toolkit policies as described by this documentation.
##############################################################################
"""Setup for zope.app.schema package
$Id$
"""
import os
from setuptools import setup, find_packages
Expand All @@ -27,7 +25,7 @@ def read(*rnames):
return open(os.path.join(os.path.dirname(__file__), *rnames)).read()

setup(name='zope.app.schema',
version = '3.5.1dev',
version = '3.5.1.dev0',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='Component Architecture based Vocabulary Registry',
Expand Down

0 comments on commit 8c6dd23

Please sign in to comment.