From ac29b4db1c4564d61d021f98c6486b228f76e7c1 Mon Sep 17 00:00:00 2001 From: Naveen Date: Fri, 3 Jun 2022 08:05:49 +0000 Subject: [PATCH] AU: 1 updated - sphinx [skip ci] https://gist.github.com/64dce37e90a24ba0020575871cbb2b2f/6b4c5f29cd5b89870994cbbe57442843384dbc6d --- sphinx/sphinx.nuspec | 2 +- sphinx/tools/chocolateyinstall.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sphinx/sphinx.nuspec b/sphinx/sphinx.nuspec index e8ce72b..13799a0 100644 --- a/sphinx/sphinx.nuspec +++ b/sphinx/sphinx.nuspec @@ -4,7 +4,7 @@ sphinx Sphinx - 5.0.0 + 5.0.1 Georg Brandl naveen521kk https://www.sphinx-doc.org diff --git a/sphinx/tools/chocolateyinstall.ps1 b/sphinx/tools/chocolateyinstall.ps1 index 721686c..6a907b3 100644 --- a/sphinx/tools/chocolateyinstall.ps1 +++ b/sphinx/tools/chocolateyinstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '5.0.0' +$version = '5.0.1' $proxy = Get-EffectiveProxy if ($proxy) {