From 35cb15f7a52be8049c71870d283b333ba257f47d Mon Sep 17 00:00:00 2001 From: bswck Date: Fri, 5 Jul 2024 12:04:56 +0200 Subject: [PATCH] Release v1.0.0 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ec7507..73ee30e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html +## [v1.0.0](https://github.com/bswck/slothy/tree/v1.0.0) (2024-07-05) + + +No significant changes. + + ## [v1.0.0b3](https://github.com/bswck/slothy/tree/v1.0.0b3) (2024-06-23) diff --git a/pyproject.toml b/pyproject.toml index 1eda6a0..aaf84db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dynamic = ["version"] [tool.poetry] name = "slothy" -version = "1.0.0b3" +version = "1.0.0" description = "Super-easy lazy importing in Python." authors = ["bswck "] license = "MIT"