We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366d33b commit 495fcb3Copy full SHA for 495fcb3
info/notes.txt
@@ -8,7 +8,7 @@ Append a new entry to the current changelog
8
dch --append
9
10
To change the version
11
-dch -v 2.1.4
+dch -v 2.1.5
12
13
change to released Note: you must either change something or use Ctrl o to save.
14
dch --release
mesact/src/mesact
@@ -13,7 +13,7 @@ sudo apt install python3-packaging
sudo apt install zip
'''
15
16
-VERSION = '2.1.4'
+VERSION = '2.1.5'
17
BUILD_DATE = '7/16/2024'
18
19
import distro
0 commit comments