Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2024-07-15)

### Bug Fixes

* **environment:** Added a method to fetch a float from environment ([c69f5a8](c69f5a8))
  • Loading branch information
b32147 authored and semantic-release-bot committed Jul 15, 2024
1 parent c69f5a8 commit 13b8c16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.2](https://github.com/hms-dbmi/django-dbmi-client/compare/v1.1.1...v1.1.2) (2024-07-15)


### Bug Fixes

* **environment:** Added a method to fetch a float from environment ([c69f5a8](https://github.com/hms-dbmi/django-dbmi-client/commit/c69f5a823650c2e6e7c25afc841fedeb41e8d187))

## [1.1.1](https://github.com/hms-dbmi/django-dbmi-client/compare/v1.1.0...v1.1.1) (2024-07-15)


Expand Down
2 changes: 1 addition & 1 deletion dbmi_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""

__title__ = "DBMI Client"
__version__ = "1.1.1"
__version__ = "1.1.2"
__author__ = "Bryan Larson"
__license__ = "BSD 2-Clause"
__copyright__ = "Copyright 2011-2020 Harvard Medical School Department of Biomedical Informatics"
Expand Down

0 comments on commit 13b8c16

Please sign in to comment.