Skip to content

Commit 397df27

Browse files
v2022.10.3.16 release
1 parent 6f75fae commit 397df27

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2+
3+
v2022.10.3.16
4+
-------------
5+
* Update NovonixDatapath with improved parsing capability (#687)
6+
7+
18
v2022.8.16.16
29
-------------
310
* Bugfix novnoix ingestion for cycles with no charge step (#659)

beep/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Versioning. The python code version is frequently tagged
2222
# with a commit hash from the repo, which is supplied via
2323
# an environment variable by the integration build procedure
24-
__version__ = "2022.8.16.16"
24+
__version__ = "2022.10.3.16"
2525
VERSION_TAG = os.environ.get("BEEP_VERSION_TAG")
2626
if VERSION_TAG is not None:
2727
__version__ = "-".join([__version__, VERSION_TAG])

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(name="beep",
2424
url="https://github.com/TRI-AMDD/beep",
25-
version="2022.8.16.16",
25+
version="2022.10.3.16",
2626
description=description,
2727
long_description=long_description,
2828
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)