We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 191f2ac + 6183255 commit ed13d16Copy full SHA for ed13d16
2 files changed
.travis.yml
@@ -24,12 +24,12 @@ deploy:
24
local_dir: doc/build/html
25
on:
26
tags: true
27
- condition: $TRAVIS_JOB_NUMBER =~ \\.1$
+ condition: $TRAVIS_JOB_NUMBER =~ \.1$
28
edge: true
29
- provider: pypi
30
distributions: sdist bdist_wheel
31
skip_existing: true
32
33
34
35
setup.py
@@ -28,7 +28,7 @@
license = f.read()
setup(name='proxy-protocol',
- version='0.5.2',
+ version='0.5.3',
author='Ian Good',
author_email='ian@icgood.net',
description='PROXY protocol library with asyncio server implementation',
0 commit comments