From f1f181a52dc62e3e038eabf98700350394198584 Mon Sep 17 00:00:00 2001 From: "v.kaukin" Date: Fri, 19 Jun 2020 17:09:18 +0500 Subject: [PATCH] gmail_label --- README.rst | 1 + imap_tools/__init__.py | 2 +- release_notes.rst | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d305fd4..2c1f59e 100644 --- a/README.rst +++ b/README.rst @@ -264,3 +264,4 @@ Thanks to: * `unqx `_ * `daitangio `_ * `upils `_ +* `Foosec `_ diff --git a/imap_tools/__init__.py b/imap_tools/__init__.py index ce03026..308f874 100644 --- a/imap_tools/__init__.py +++ b/imap_tools/__init__.py @@ -4,4 +4,4 @@ from .folder import * from .utils import * -__version__ = '0.16.0' +__version__ = '0.16.1' diff --git a/release_notes.rst b/release_notes.rst index 6a83b77..6b7b521 100644 --- a/release_notes.rst +++ b/release_notes.rst @@ -1,3 +1,7 @@ +0.16.1 +====== +* Added X-GM-LABELS support to query builder (gmail_label) + 0.16.0 ====== * added BaseMailBox.fetch headers_only argument - get only email headers