From c71613198f6d0bb40f636f5c7dc54c228e99c558 Mon Sep 17 00:00:00 2001 From: Rahman Yusuf Date: Mon, 15 Aug 2022 19:05:11 +0700 Subject: [PATCH] bump version 0.2.0 --- docs/changelog.md | 4 ++-- requests_doh/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 70c82e2..5b4bb49 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Changelog -## UNRELEASED +## v0.2.0 ### New features @@ -19,7 +19,7 @@ ### Breaking changes -- Starting from UNRELEASED, requests-doh rely on [dnspython](https://github.com/rthalley/dnspython) module +- Starting from v0.2.0, requests-doh rely on [dnspython](https://github.com/rthalley/dnspython) module for extending it's library usage and query to many public and private DNS. ## v0.1.1 diff --git a/requests_doh/__init__.py b/requests_doh/__init__.py index 1f71297..920580d 100644 --- a/requests_doh/__init__.py +++ b/requests_doh/__init__.py @@ -2,7 +2,7 @@ DNS over HTTPS resolver for python requests """ -__version__ = "0.1.1" +__version__ = "0.2.0" __description__ = "DNS over HTTPS resolver for python requests" __author__ = "Rahman Yusuf" __author_email__ = "danipart4@gmail.com"