Browse Source

Merge pull request #1239 from octodns/rel-1-11-0

Version 1.11.0 version bump & changelog update
pull/1241/head v1.11.0
Ross McFarland 10 months ago
committed by GitHub
parent
commit
5485a61be1
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      CHANGELOG.md
  2. +1
    -1
      octodns/__init__.py

+ 1
- 1
CHANGELOG.md View File

@ -1,4 +1,4 @@
## v1.?.? - 2024-??-?? - ???
## v1.11.0 - 2025-02-03 - Cleanup & deprecations with meta planning
* Deprecation warning for Source.populate w/o the lenient param, to be removed
in 2.x


+ 1
- 1
octodns/__init__.py View File

@ -1,4 +1,4 @@
'OctoDNS: DNS as code - Tools for managing DNS across multiple providers'
# TODO: remove __VERSION__ w/2.x
__version__ = __VERSION__ = '1.10.0'
__version__ = __VERSION__ = '1.11.0'

Loading…
Cancel
Save