diff options
author | Chris Dent <cdent@anticdent.org> | 2020-01-13 12:47:50 +0000 |
---|---|---|
committer | Chris Dent <cdent@anticdent.org> | 2020-01-13 12:47:50 +0000 |
commit | 79e5b38fc0cbc2d338c6cc66cb4ea414f98f0fb3 (patch) | |
tree | 346e9d64830689fe9b829079c9dc17a65133c74f /setup.py | |
parent | d38247d52c03ebf66a922ac1a1fa2cc9a77789ca (diff) | |
download | paste-git-79e5b38fc0cbc2d338c6cc66cb4ea414f98f0fb3.tar.gz |
Release 3.2.63.2.6
* Correct HEAD handling accept-encoding: gzip
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ # - git push # - python setup.py sdist bdist_wheel upload --sign -__version__ = '3.2.5' +__version__ = '3.2.6' from setuptools import setup, find_packages import sys, os |