Skip to content

Commit 970ea88

Browse files
committed
Bump version and history
1 parent 6976051 commit 970ea88

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

HISTORY

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
4.17
2+
====
3+
4+
Features
5+
--------
6+
7+
- Add root_execution_policy used to define behaviour of pyapp when executed as
8+
root or Administrator. The default behaviour is to deny execution. This can
9+
be overridden by specifying an alternate policy or by using the environment
10+
variable PYAPP_ROOT_EXECUTION_POLICY.
11+
12+
13+
Backward Compatibility
14+
----------------------
15+
16+
- The addition of the root_execution_policy will by default deny execution of
17+
applications as root/Administrator. This policy needs to be explicitly set
18+
to override this default behaviour when execution by root is required.
19+
20+
Any user with permissions to execute as Administrator is included in this
21+
policy on Windows.
22+
23+
124
4.16.1
225
======
326

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "pyapp"
7-
version = "4.16.1"
7+
version = "4.17"
88
description = "A Python application framework - Let us handle the boring stuff!"
99
authors = ["Tim Savage <[email protected]>"]
1010
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)