From a88e26582bc10dbaa073590835646dda09e2b976 Mon Sep 17 00:00:00 2001 From: Joseph Malloch Date: Tue, 7 Nov 2023 11:18:11 -0400 Subject: [PATCH] Updated requirements to libmapper 2.4.5 and mappersession 0.0.14. Bumped version to 2.4.5. --- NEWS.md | 8 ++++++++ requirements.txt | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 7bf4f87..9fc22d2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,13 @@ # WebMapper News +## Version 2.4.5 + +We are pleased to announce the release of version 2.4.5 of WebMapper, a Python + HTML5 user interface for exploring and managing the distributed network formed by [libmapper](http://www.libmapper.org/)-enabled software and hardware. + +Changes since the last release include: + +- Enabled switching network interfaces on Windows. This feature updates the package dependency requirements to [libmapper 2.4.5](https://pypi.org/project/libmapper/2.4.5/) and [mappersession 0.0.14](https://pypi.org/project/mappersession/0.0.14/). Translation to human-friendly interface names is now handled by libmapper. + ## Version 2.4.4 We are pleased to announce the release of version 2.4.4 of WebMapper, a Python + HTML5 user interface for exploring and managing the distributed network formed by [libmapper](http://www.libmapper.org/)-enabled software and hardware. diff --git a/requirements.txt b/requirements.txt index d681855..57e345a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ netifaces==0.11.0 -mappersession==0.0.13 +libmapper==2.4.5 +mappersession==0.0.14