Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.1](v0.7.0-beta.3...v1.0.0-beta.1) (2020-08-05)

### Bug Fixes

* **api:** Removed broken stub method on API library; removed unused libraries" ([b09b78a](b09b78a))

### Features

* **ppm:** Includes updated PPM architecture functionality ([51aac59](51aac59))
* **ppm:** Includes updated PPM architecture functionality\n\nBREAKING CHANGES: Updated PPM architectrure ([d2e357f](d2e357f))

### BREAKING CHANGES

* **ppm:** PPM architecture update
  • Loading branch information
b32147 authored and semantic-release-bot committed Aug 5, 2020
1 parent c590763 commit 505b9cd
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-beta.3"
__version__ = '1.0.0-beta.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 505b9cd

Please sign in to comment.