We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a5a24d commit b809033Copy full SHA for b809033
debian/changelog
@@ -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
7
mesact (2.1.2) unstable; urgency=medium
8
9
* Add the JET GUI
mesact/src/mesact
@@ -13,8 +13,8 @@ sudo apt install python3-packaging
13
sudo apt install zip
14
'''
15
16
-VERSION = '2.1.2'
17
-BUILD_DATE = '3/2/2024'
+VERSION = '2.1.3'
+BUILD_DATE = '3/8/2024'
18
19
from traceback import StackSummary
20
from functools import partial
0 commit comments