File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+
2
+
3
+ v2022.10.3.16
4
+ -------------
5
+ * Update NovonixDatapath with improved parsing capability (#687 )
6
+
7
+
1
8
v2022.8.16.16
2
9
-------------
3
10
* Bugfix novnoix ingestion for cycles with no charge step (#659 )
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.8.16 .16"
24
+ __version__ = "2022.10.3 .16"
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.8.16 .16" ,
25
+ version = "2022.10.3 .16" ,
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