Skip to content

Commit 0b9bb83

Browse files
authored
Merge pull request #10 from icgood/tags
Add tag building to travis config
2 parents 20fa5e1 + 1a2984b commit 0b9bb83

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ after_success:
1818
branches:
1919
only:
2020
- master
21+
- /^\d+\.\d+.*$/ # version tags
2122
deploy:
2223
- provider: pages:git
24+
local_dir: doc/build/html
2325
on:
2426
tags: true
25-
local_dir: doc/build/html
2627
edge: true
2728
- provider: pypi
2829
distributions: sdist bdist_wheel

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
license = f.read()
2929

3030
setup(name='proxy-protocol',
31-
version='0.5.0',
31+
version='0.5.1',
3232
author='Ian Good',
3333
author_email='[email protected]',
3434
description='PROXY protocol library with asyncio server implementation',

0 commit comments

Comments
 (0)