Skip to content

Commit

Permalink
Updated version to what it will be on this branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Feb 27, 2013
1 parent 8fd6ac4 commit 2dc0fb3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
*.pyc
__pycache__

.installed.cfg
.tox
bin
develop-eggs
src/*.egg-info/
dist
src/*.egg-info/
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
CHANGES
=======

3.14.1 (unreleased)
-------------------
4.0.0a1 (unreleased)
--------------------

- Relax ZODB dependency to allow 3.10dev builds from SVN.

Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
# When developing and releasing this package, please follow the documented
# Zope Toolkit policies as described by this documentation.
##############################################################################

version = '3.14.1dev'

import os
from setuptools import setup, find_packages

Expand All @@ -42,7 +39,7 @@ def read(*rnames):
]

setup(name='zope.app.publication',
version=version,
version='4.0.0a1.dev',
author='Zope Corporation and Contributors',
author_email='zope-dev@zope.org',
description='Zope publication',
Expand Down

0 comments on commit 2dc0fb3

Please sign in to comment.