We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15db325 commit 114c9c4Copy full SHA for 114c9c4
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Unreleased
4
5
+## v1.1.3 - 21/01/2026
6
+
7
### General Cmdlet Updates and Fixe
8
9
+ Fixed Python Setup still being needed after removing Python dependency ([#42](https://github.com/ArmaanMcleod/PoshJohn/issues/42)).
src/PoshJohn.psd1
@@ -1,6 +1,6 @@
1
@{
RootModule = 'PoshJohn.psm1'
- ModuleVersion = '1.1.2'
+ ModuleVersion = '1.1.3'
CompatiblePSEditions = @('Core')
GUID = '6181cfe1-1395-4726-8b68-c5782b74a0f0'
Author = 'ArmaanMcleod'
0 commit comments