From 69af7c6c23d03bafeacaa7813e7927f7e7c9381f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20S=C3=A1nchez-Gallego?= Date: Fri, 19 Jan 2024 15:21:29 -0800 Subject: [PATCH] Release 0.1.0 --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..83409bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,7 @@ # Changelog + +## 0.1.0 - January 19, 2024 + +### 🚀 New + +* Initial version with `Retrier`, `AsyncSocketHandler`, and DS9 utilities. diff --git a/pyproject.toml b/pyproject.toml index 977c688..68ab085 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lvmopstools" -version = "0.1.0a0" +version = "0.1.0" description = "LVM tools and utilities for operations" authors = ["José Sánchez-Gallego "] license = "BSD-3-Clause"