Commit 79267c65 authored by Jens Vagelpohl's avatar Jens Vagelpohl

- prepare release 5.2

parent 512b0d99
Changelog Changelog
========= =========
5.2 (unreleased) 5.2 (2021-07-05)
---------------- ----------------
- Update package configuration - Update package configuration
......
[buildout] [buildout]
develop = . develop = .
parts = interpreter test tox parts = interpreter test
[versions] [versions]
tempstorage = tempstorage =
[interpreter] [interpreter]
recipe = zc.recipe.egg recipe = zc.recipe.egg
interpreter = python interpreter = py
eggs = tempstorage eggs = tempstorage
[test] [test]
recipe = zc.recipe.testrunner recipe = zc.recipe.testrunner
eggs = tempstorage eggs = tempstorage
[tox]
recipe = zc.recipe.egg
eggs = tox
...@@ -20,7 +20,7 @@ from setuptools import setup ...@@ -20,7 +20,7 @@ from setuptools import setup
long_description = (open("README.rst").read() + "\n" + long_description = (open("README.rst").read() + "\n" +
open("CHANGES.rst").read()) open("CHANGES.rst").read())
version = '5.2.dev0' version = '5.2'
__version__ = version __version__ = version
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment