Skip to content

Commit

Permalink
v2020.4.20 release
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickherring-TRI committed Apr 20, 2020
1 parent dbb41e1 commit 40d756f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@


v2020.4.20
----------
* Add newline to put_record data
* Capitalize protocol generator service name
* Adding instructions to setup testing in README

v2020.4.10
----------
* Change the paused column in the summary data to be int type
Expand Down
2 changes: 1 addition & 1 deletion beep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Versioning. The python code version is frequently tagged
# with a commit hash from the repo, which is supplied via
# an environment variable by the integration build procedure
__version__ = "2020.4.10"
__version__ = "2020.4.20"
VERSION_TAG = os.environ.get("BEEP_VERSION_TAG")
if VERSION_TAG is not None:
__version__ = '-'.join([__version__, VERSION_TAG])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(name="beep",
url="https://github.com/TRI-AMDD/beep",
version="2020.4.10",
version="2020.4.20",
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 40d756f

Please sign in to comment.