This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
octodns
mirror of
https://github.com/octodns/octodns
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
52
Wiki
Activity
Browse Source
v0.9.8 version bump and CHANGELOG updates
pull/408/head
Ross McFarland
6 years ago
parent
e3ad57d15b
commit
659a60de46
No known key found for this signature in database
GPG Key ID:
61C10C4FC8FE4A89
2 changed files
with
5 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
CHANGELOG.md
+1
-1
octodns/__init__.py
+ 4
- 0
CHANGELOG.md
View File
@ -1,3 +1,7 @@
## v0.9.8 - 2019-09-30 - One with no changes b/c PyPi description problems
* No material changes
## v0.9.7 - 2019-09-30 - It's about time
## v0.9.7 - 2019-09-30 - It's about time
* AkamaiProvider, ConstellixProvider, MythicBeastsProvider, SelectelProvider,
* AkamaiProvider, ConstellixProvider, MythicBeastsProvider, SelectelProvider,
+ 1
- 1
octodns/__init__.py
View File
@ -3,4 +3,4 @@
from
__future__
import
absolute_import
,
division
,
print_function
,
\
from
__future__
import
absolute_import
,
division
,
print_function
,
\
unicode_literals
unicode_literals
__VERSION__
=
'
0.9.
7
'
__VERSION__
=
'
0.9.
8
'
Write
Preview
Loading…
Cancel
Save