]> git.donarmstrong.com Git - deb_pkgs/autorandr.git/commitdiff
Switch default Python interpreter to Python 3
authorPhillip Berndt <phillip.berndt@googlemail.com>
Thu, 16 Dec 2021 08:41:22 +0000 (09:41 +0100)
committerPhillip Berndt <phillip.berndt@googlemail.com>
Thu, 16 Dec 2021 08:42:04 +0000 (09:42 +0100)
README.md
autorandr.py

index 6c6a4a66f09b0bd53d81d6b5b0a572a19cfc18ec..b4740afd23cedb4b5d0c45ca8e3454148cedae20 100644 (file)
--- a/README.md
+++ b/README.md
@@ -249,6 +249,9 @@ options nvidia_drm modeset=1
 
 ## Changelog
 
+**autorandr 1.12**
+* *2021-12-16* Switch default interpreter to Python 3
+
 **autorandr 1.11**
 * *2020-05-23* Handle empty sys.executable
 * *2020-06-08* Fix Python 2 compatibility
index 65125d41ee9c4923a99b5b0f19137c9ff86dd00b..1c4ac4ad94d315e6fb5ff38e233eb3219e67ddc6 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # encoding: utf-8
 #
 # autorandr.py