diff --git a/docs/release-notes.md b/docs/release-notes.md index 94653d7..8ffee2a 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -2,16 +2,21 @@ ## Latest changes -## 0.1.1 +## 0.1.2 - 26 July 2022 +- 📝 Documentation update +- 📝 Remove requirements from docs +- 📝 Update badges + +## 0.1.1 - 26 July 2022 - 📝 Fix broken image in documentation -## 0.1.0 +## 0.1.0 - 24 July 2022 - 🔧 Rename all references of mac-notifications to macos-notifications -## 0.0.1a1 +## 0.0.1a1 - 24 July 2022 - 🔧 Rename project as mac-notifications was taken on pypi -## Initial release: 0.0.1a0 +## Initial release: 0.0.1a0 - 23 July 2022 - 🚀 Easy python interface. It's as simple as '`client.create_notification(title="Meeting starts now!", subtitle="Team Standup")`' - 💥 Ability to add action buttons with callbacks! - 📝 Ability to reply to notifications! diff --git a/src/mac_notifications/__init__.py b/src/mac_notifications/__init__.py index 674e5b6..4a038bd 100644 --- a/src/mac_notifications/__init__.py +++ b/src/mac_notifications/__init__.py @@ -4,4 +4,4 @@ from __future__ import annotations -__version__ = "0.1.1" +__version__ = "0.1.2"