Skip to content

Commit ee55df5

Browse files
v2022.7.1.18 release
1 parent 0262890 commit ee55df5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v2022.7.1.18
2+
------------
3+
* Update Novonix file ingestion #611 and #630
4+
* Update datasplitter function #615
5+
6+
17
v2022.5.2.14
28
------------
39
* Update beep contribution guideline

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.5.2.14"
24+
__version__ = "2022.7.1.18"
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.5.2.14",
25+
version="2022.7.1.18",
2626
description=description,
2727
long_description=long_description,
2828
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)