Skip to content

Commit

Permalink
prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Sep 18, 2013
1 parent 795dd8d commit 8619ed4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CHANGES
=======

Unreleased
----------
4.0.0 (2013-08-18)
------------------

- Avoid reading excess random bytes when setting up an auth_digest session.

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
##############################################################################
"""Setup
"""
version = '4.0.0'
from setuptools import setup, find_packages
import os
import sys
Expand Down Expand Up @@ -98,7 +99,7 @@ def emit(self, record):
open('CHANGES.txt').read()
)
setup(name="ZEO",
version='4.0.0b1',
version=version,
description = long_description.split('\n', 2)[1],
long_description = long_description,
url = 'https://pypi.python.org/pypi/ZEO',
Expand Down

0 comments on commit 8619ed4

Please sign in to comment.