From c3e8f78324299e0cf10713886ad49345dfe6c72b Mon Sep 17 00:00:00 2001 From: tarsil Date: Thu, 2 May 2024 10:46:18 +0100 Subject: [PATCH] Release 0.6.1 --- docs/release-notes.md | 8 ++++++++ lilya/__init__.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 622db69..cc1fa41 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -5,6 +5,14 @@ hide: # Release Notes +## 0.6.1 + +### Changed + +- Internal support for `hatch` and removed the need for a `Makefile` +- Documentation references +- Internals for Directives. [#54](https://github.com/dymmond/lilya/pull/54) by [@devkral](https://github.com/devkral). + ## 0.6.0 ### Fixed diff --git a/lilya/__init__.py b/lilya/__init__.py index 906d362..43c4ab0 100644 --- a/lilya/__init__.py +++ b/lilya/__init__.py @@ -1 +1 @@ -__version__ = "0.6.0" +__version__ = "0.6.1"