From 7763f8518e85c5d53379bbbe39d5d00377efc207 Mon Sep 17 00:00:00 2001 From: jorrick Date: Sun, 31 Jul 2022 18:10:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/release-notes.md | 3 +++ src/mac_notifications/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 8ffee2a..64f5bb9 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,6 +2,9 @@ ## Latest changes +## 0.1.3 - 31 July 2022 +- 📝 Out-dated python example on main page + ## 0.1.2 - 26 July 2022 - 📝 Documentation update - 📝 Remove requirements from docs diff --git a/src/mac_notifications/__init__.py b/src/mac_notifications/__init__.py index 4a038bd..445585c 100644 --- a/src/mac_notifications/__init__.py +++ b/src/mac_notifications/__init__.py @@ -4,4 +4,4 @@ from __future__ import annotations -__version__ = "0.1.2" +__version__ = "0.1.3"