Skip to content

Commit 1c6ec8e

Browse files
committed
Bump version (1.0.0) and update CHANGELOG
1 parent 2b1a62b commit 1c6ec8e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

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+
412
0.4.5
513
-----
614

update_conf_py/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
__author__ = "Rarylson Freitas"
2121
__email__ = "[email protected]"
2222
__program__ = "update-conf.py"
23-
__version__ = "0.4.5"
23+
__version__ = "1.0.0"
2424
__license__ = "Revised BSD"
2525

2626
# Consts

0 commit comments

Comments
 (0)