Skip to content

Commit 495fcb3

Browse files
committed
bump version
Signed-off-by: John Thornton <[email protected]>
1 parent 366d33b commit 495fcb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

info/notes.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Append a new entry to the current changelog
88
dch --append
99

1010
To change the version
11-
dch -v 2.1.4
11+
dch -v 2.1.5
1212

1313
change to released Note: you must either change something or use Ctrl o to save.
1414
dch --release

mesact/src/mesact

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sudo apt install python3-packaging
1313
sudo apt install zip
1414
'''
1515

16-
VERSION = '2.1.4'
16+
VERSION = '2.1.5'
1717
BUILD_DATE = '7/16/2024'
1818

1919
import distro

0 commit comments

Comments
 (0)