Skip to content

Commit b809033

Browse files
committed
bump version
Signed-off-by: John Thornton <[email protected]>
1 parent 1a5a24d commit b809033

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mesact (2.1.3) unstable; urgency=medium
2+
3+
* Add units to velocity entries
4+
5+
-- John Thornton <[email protected]> Fri, 08 Mar 2024 14:45:07 -0600
6+
17
mesact (2.1.2) unstable; urgency=medium
28

39
* Add the JET GUI

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.1.2'
17-
BUILD_DATE = '3/2/2024'
16+
VERSION = '2.1.3'
17+
BUILD_DATE = '3/8/2024'
1818

1919
from traceback import StackSummary
2020
from functools import partial

0 commit comments

Comments
 (0)