Skip to content

Commit

Permalink
chore(release): 0.7.0-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
# [0.7.0-rc.1](v0.6.36...v0.7.0-rc.1) (2020-08-05)

### Bug Fixes

* **automations:** Fix deployment/versioning issue; ensures correct version is set in Python package before release to Github ([2f83112](2f83112))
* **automations:** Removed unecessary install from test workflow ([29a6f30](29a6f30))
* **fhir:** Added datetime objects to participant objects; added updated property for enrollment updates ([15e4244](15e4244))
* **p2md:** PPM-642 - Removed all localhost patching and set correct P2MD URL in local environments ([bb577f8](bb577f8))
* **package:** PPM-HOTFIX-072920 - Set line-length to 120; initial setup for tox; requirements refactor ([503dc84](503dc84))
* **ppm:** Fixed recursion issue on PPMEnums; code formatting and pre-commit setup ([bf03387](bf03387))

### Features

* **ppm:** PPM-647 - Added placeholder RANT specifications ([4cd5aa6](4cd5aa6))
* **ppm:** PPM-647 - Added RANT questionnaire/consent specifications ([d2684e4](d2684e4))
  • Loading branch information
b32147 authored and semantic-release-bot committed Aug 5, 2020
1 parent 57476cb commit aac117c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppmutils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__title__ = "PPM Utils"
__version__ = '0.7.0-alpha.4'
__version__ = '0.7.0-rc.1'
__author__ = "Bryan Larson"
__license__ = "BSD 2-Clause"
__copyright__ = "Copyright 2011-2020 Harvard Medical School Department of Biomedical Informatics"
Expand Down

0 comments on commit aac117c

Please sign in to comment.