We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CHANGELOG
1 parent 2b1a62b commit 1c6ec8eCopy full SHA for 1c6ec8e
CHANGELOG.md
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+1.0.0
5
+-----
6
+
7
+- The global config file (`/etc/update-conf.py.conf`) is not auto-installed when running `python setup.py install` as root anymore;
8
+- Support to Python 2 was removed;
9
+ - Code simplified to support only Python 3 (3.7 or newer);
10
+- Switching CI from Travis to GitHub Workflows
11
12
0.4.5
13
-----
14
update_conf_py/main.py
@@ -20,7 +20,7 @@
20
__author__ = "Rarylson Freitas"
21
__email__ = "[email protected]"
22
__program__ = "update-conf.py"
23
-__version__ = "0.4.5"
+__version__ = "1.0.0"
24
__license__ = "Revised BSD"
25
26
# Consts
0 commit comments