summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris Dent <cdent@anticdent.org>2020-01-13 12:47:50 +0000
committerChris Dent <cdent@anticdent.org>2020-01-13 12:47:50 +0000
commit79e5b38fc0cbc2d338c6cc66cb4ea414f98f0fb3 (patch)
tree346e9d64830689fe9b829079c9dc17a65133c74f /setup.py
parentd38247d52c03ebf66a922ac1a1fa2cc9a77789ca (diff)
downloadpaste-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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1583f06..0cf9806 100644
--- a/setup.py
+++ b/setup.py
@@ -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