Skip to content

Commit

Permalink
Preparing release 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Oct 22, 2016
1 parent fdacb53 commit 0351b95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
@@ -1,7 +1,7 @@
Changelog
=========

1.3 (unreleased)
1.3 (2016-10-22)
----------------

- Python 3 compatibility.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
from os.path import join

version = '1.3.dev0'
version = '1.3'

readme = open(join('src', 'zope', 'globalrequest', 'README.rst')).read()
changes = open('CHANGES.rst').read()
Expand Down

0 comments on commit 0351b95

Please sign in to comment.