Skip to content

Commit

Permalink
Preparing release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gotcha committed Jun 28, 2013
1 parent 4323e36 commit 3a79125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.6.3 (unreleased)
0.6.3 (2013-06-28)
------------------

- ZSERVER_PORT, ZOPE_HOST and ZOPE_PORT environment variables are supported.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
from setuptools import find_packages

version = '0.6.3.dev0'
version = '0.6.3'

long_description = (
open('README.rst').read()
Expand Down

0 comments on commit 3a79125

Please sign in to comment.