From 3fa592f5c8a47bd1f9285c526a4660c3fc8a261f Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 12 Nov 2024 02:14:45 +0000 Subject: [PATCH] release: 1.0.2 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbeb59c..eca92ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.2 + +### Various fixes & improvements + +- fix(logs): Fixing bug in logs command, adding tests (#137) by @IanWoodard + ## 1.0.1 ### Various fixes & improvements diff --git a/README.md b/README.md index d11a44e..afdb769 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A standalone cli tool used to manage dependencies for services. It simplifies th The recommended way to install devservices is through a virtualenv in the requirements.txt. ``` -devservices==1.0.1 +devservices==1.0.2 ``` diff --git a/pyproject.toml b/pyproject.toml index e042a8d..cc7971d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "devservices" -version = "1.0.1" +version = "1.0.2" # 3.10 is just for internal pypi compat requires-python = ">=3.10" dependencies = [