reset changes on __init__

fix error on version
This commit is contained in:
Hervé Beraud
2017-11-05 13:41:10 +01:00
parent 2ee1a41a78
commit 7fa999953f
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
'OctoDNS: DNS as code - Tools for managing DNS across multiple providers'
from __future__ import absolute_import, division, print_function, \
unicode_literals
__version__ = '0.8.8'
__VERSION__ = '0.8.8'
+1 -1
View File
@@ -2,7 +2,7 @@
name = octodns
description = "DNS as code - Tools for managing DNS across multiple providers"
long_description = file: README.md
version = attr: octodns.__version__
version = attr: octodns.__VERSION__
author = Ross McFarland
author_email = [email protected]
url = https://github.com/github/octodns