From cce67651a36c542ddd04f0dcddd9d3b2d781860c Mon Sep 17 00:00:00 2001 From: Komal Thareja Date: Tue, 23 Jan 2024 09:57:36 -0500 Subject: [PATCH 1/2] up version --- CHANGELOG.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de7573f1..557a69f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] + +## [1.6.2] - 2024-01-23 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index 69d09f01..5ecf7ed5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "ipyleaflet", "ipycytoscape", "tabulate", - "fabrictestbed==1.6.5", + "fabrictestbed==1.6.6", "paramiko", "jinja2>=3.0.0", "pandas", From 24b99099767b94d2c233914bae9bfaf371cb1852 Mon Sep 17 00:00:00 2001 From: Komal Thareja Date: Tue, 23 Jan 2024 10:21:24 -0500 Subject: [PATCH 2/2] pick the latest --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ecf7ed5..5d2d6c12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "ipyleaflet", "ipycytoscape", "tabulate", - "fabrictestbed==1.6.6", + "fabrictestbed==1.6.7", "paramiko", "jinja2>=3.0.0", "pandas",