File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ v2022.7.1.18
2
+ ------------
3
+ * Update Novonix file ingestion #611 and #630
4
+ * Update datasplitter function #615
5
+
6
+
1
7
v2022.5.2.14
2
8
------------
3
9
* Update beep contribution guideline
Original file line number Diff line number Diff line change 21
21
# Versioning. The python code version is frequently tagged
22
22
# with a commit hash from the repo, which is supplied via
23
23
# an environment variable by the integration build procedure
24
- __version__ = "2022.5.2.14 "
24
+ __version__ = "2022.7.1.18 "
25
25
VERSION_TAG = os .environ .get ("BEEP_VERSION_TAG" )
26
26
if VERSION_TAG is not None :
27
27
__version__ = "-" .join ([__version__ , VERSION_TAG ])
Original file line number Diff line number Diff line change 22
22
23
23
setup (name = "beep" ,
24
24
url = "https://github.com/TRI-AMDD/beep" ,
25
- version = "2022.5.2.14 " ,
25
+ version = "2022.7.1.18 " ,
26
26
description = description ,
27
27
long_description = long_description ,
28
28
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments