summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Vagelpohl <jens@netz.ooo>2020-07-06 10:30:40 +0200
committerJens Vagelpohl <jens@netz.ooo>2020-07-06 10:30:40 +0200
commitfd89abcf3c7720cf8a920a807403c9178c2dd815 (patch)
tree78fac9b03dec2446adfdbd5b95793bdc8eb2a1a3
parent8cecf45ad70efd2a4cace3983bfb5496182cab06 (diff)
downloadzope-tales-fd89abcf3c7720cf8a920a807403c9178c2dd815.tar.gz
- vb [ci skip]
-rw-r--r--.gitignore1
-rw-r--r--CHANGES.rst4
-rw-r--r--setup.py2
3 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 3d1800d..7cb305f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@ src/*.egg-info
bin
build
develop-eggs
+dist/
lib/
parts
default.profraw
diff --git a/CHANGES.rst b/CHANGES.rst
index 9d8b893..5a4f217 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,10 @@
Changes
=========
+5.1.1 (unreleased)
+==================
+
+
5.1 (2020-07-06)
================
diff --git a/setup.py b/setup.py
index d7cac09..f097d07 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ TESTS_REQUIRE = [
setup(
name='zope.tales',
- version='5.1',
+ version='5.1.1.dev0',
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
description='Zope Template Application Language Expression Syntax '