From e19bfb27f7101c3e073d2f1e51857abdf943bf0b Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Tue, 4 Feb 2025 19:15:01 +0000 Subject: [PATCH] release: 1.0.15 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b99b30d..d9b1fbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.0.15 + +### Various fixes & improvements + +- bump the sentry sdk version (#228) by @hubertdeng123 +- fix(dependencies): Only get dependencies that should be running based on modes (#226) by @IanWoodard +- chore(devservices): Fixing capitalization in update help message (#227) by @IanWoodard + ## 1.0.14 ### Various fixes & improvements diff --git a/README.md b/README.md index 0453850..32d8a21 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.14 +devservices==1.0.15 ``` diff --git a/pyproject.toml b/pyproject.toml index fdddca2..8d3d82a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "devservices" -version = "1.0.14" +version = "1.0.15" # 3.10 is just for internal pypi compat requires-python = ">=3.10" dependencies = [