Browse Source

Rel 0.9.17 version bump & CHANGELOG update

pull/896/head
Ross McFarland 4 years ago
parent
commit
ee6fe1970f
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
2 changed files with 7 additions and 2 deletions
  1. +6
    -1
      CHANGELOG.md
  2. +1
    -1
      octodns/__init__.py

+ 6
- 1
CHANGELOG.md View File

@ -1,4 +1,4 @@
## v0.9.17 - 2022-??-?? - ???
## v0.9.17 - 2022-04-02 - Registration required
#### Noteworthy changes #### Noteworthy changes
@ -15,10 +15,15 @@
arbitrarily picked. arbitrarily picked.
* Record.register_type added so that providers can register custom record * Record.register_type added so that providers can register custom record
types, see [docs/records.md](docs/records.md) for more information types, see [docs/records.md](docs/records.md) for more information
* New `octodns-versions` command which will log out the version of octodns and
any provider/processor/plan_output modules you are using.
#### Stuff #### Stuff
* Manager includes the octoDNS version in its init log line * Manager includes the octoDNS version in its init log line
* Non-official release installs will now include a bit of the sha to indicate
specifically what revision is being used, e.g. 0.9.17+abcdef12, these roughly
follow PEP440 guidelines
## v0.9.16 - 2022-03-04 - Manage the root of the problem ## v0.9.16 - 2022-03-04 - Manage the root of the problem


+ 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.16'
__VERSION__ = '0.9.17'

Loading…
Cancel
Save