Browse Source

Cut v0.8.6

pull/106/head
Ross McFarland 8 years ago
parent
commit
ce7b2ef181
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      octodns/__init__.py
  2. +2
    -0
      script/release

+ 1
- 1
octodns/__init__.py View File

@ -3,4 +3,4 @@
from __future__ import absolute_import, division, print_function, \
unicode_literals
__VERSION__ = '0.8.5'
__VERSION__ = '0.8.6'

+ 2
- 0
script/release View File

@ -8,5 +8,7 @@ ROOT=$(pwd)
VERSION=$(grep __VERSION__ $ROOT/octodns/__init__.py | sed -e "s/.* = '//" -e "s/'$//")
git tag -s v$VERSION -m "Release $VERSION"
git push origin v$VERSION
echo "Tagged and pushed v$VERSION"
python setup.py sdist upload
echo "Updloaded $VERSION"

Loading…
Cancel
Save