Skip to content

Commit

Permalink
Preparing release 3.0b5
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 5, 2018
1 parent cea21ea commit d78d6da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
@@ -1,7 +1,7 @@
Changelog
=========

3.0b5 (unreleased)
3.0b5 (2018-10-05)
------------------

Breaking changes
Expand All @@ -28,7 +28,7 @@ Bugfixes
- Remove support for string exceptions in ``<dtml-except>``.
(`#29 <https://github.com/zopefoundation/DocumentTemplate/pull/29>`_)

- Fix handling of parsing ``ParseError``s in Python 3.
- Fix handling of parsing a ``ParseError`` in Python 3.
(`#29 <https://github.com/zopefoundation/DocumentTemplate/pull/29>`_)

- Fix bugs with ``<dtml-in>``:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@
with open('CHANGES.rst') as f:
CHANGES = f.read()

version = '3.0b5.dev0'
version = '3.0b5'


setup(name='DocumentTemplate',
Expand Down

0 comments on commit d78d6da

Please sign in to comment.