Skip to content

Commit

Permalink
Preparing release 4.3
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Michael Howitz committed Oct 4, 2018
1 parent 2bbee1a commit 75c1ea4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
zope.exceptions Changelog
===========================

4.2.1 (unreleased)
==================
4.3 (2018-10-04)
================

- Added support for Python 3.7.
- Add support for Python 3.7.


4.2.0 (2017-09-12)
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = '4.0'
version = '4.3'
# The full version, including alpha/beta/rc tags.
release = '4.0'
release = '4.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def alltests():
]

setup(name='zope.exceptions',
version='4.2.1.dev0',
version='4.3',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Exceptions',
Expand Down

0 comments on commit 75c1ea4

Please sign in to comment.