Skip to content

Commit 8ae0d7d

Browse files
committed
bump version
Signed-off-by: John Thornton <[email protected]>
1 parent 6f6ff37 commit 8ae0d7d

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mesact (2.0.5) unstable; urgency=medium
2+
3+
* Improvements to 7i77 configurations
4+
5+
-- John Thornton <[email protected]> Fri, 20 Oct 2023 05:43:29 -0500
6+
17
mesact (2.0.4) unstable; urgency=medium
28

39
* Improve smart serial channel discovery

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.0.4
11+
dch -v 2.0.5
1212

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

mesact/src/mesact

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

16-
VERSION = '2.0.4'
17-
BUILD_DATE = '10/17/2023'
16+
VERSION = '2.0.5'
17+
BUILD_DATE = '10/20/2023'
1818

1919
from traceback import StackSummary
2020
from functools import partial

mesact/src/mesact.pdf

-23 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)