From 0a0b85332b716120626701da3045162b28fdf202 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Sun, 13 Aug 2023 11:23:36 +0200 Subject: [PATCH] Version 3.14.0 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa2f5ff04..bb1603ae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## master - CURRENT + +## 3.14.0 - 13/08/2023 ### Added * New way to invoke Lexicon as a library: ``lexicon.client.Client`` becomes a context manager. When invoked with the `with` keyword, it will provide an operation object that embeds the diff --git a/pyproject.toml b/pyproject.toml index b9b21dd67..96084d6fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "dns-lexicon" -version = "3.13.0" +version = "3.14.0" description = "Manipulate DNS records on various DNS providers in a standardized/agnostic way" license = "MIT" keywords = [