Skip to content

Commit f392618

Browse files
authored
Merge pull request #691 from hms-dbmi/development
Merge from development
2 parents bac8dd9 + 2a57d86 commit f392618

File tree

5 files changed

+8
-89
lines changed

5 files changed

+8
-89
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.1-rc.1](https://github.com/hms-dbmi/hypatio-app/compare/v1.0.0...v1.0.1-rc.1) (2024-08-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **settings:** Removed raven from installed apps ([e56026e](https://github.com/hms-dbmi/hypatio-app/commit/e56026eeb56765e9548107f951fef10c2024e1f5))
7+
18
# 1.0.0 (2024-08-01)
29

310

Diff for: app/hypatio/settings.py

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
'profile',
5555
'projects',
5656
'health_check',
57-
'raven.contrib.django.raven_compat',
5857
'bootstrap_datepicker_plus',
5958
'storages',
6059
'django_jsonfield_backport',

Diff for: docker-compose.override.yml

-45
This file was deleted.

Diff for: docker-compose.yml

-42
This file was deleted.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dbmi-data-portal"
3-
version = "1.0.0"
3+
version = "1.0.1-rc.1"
44
description = "A portal for hosting and managing access to DBMI-provided datasets"
55
readme = "README.md"
66
requires-python = ">=3.9"

0 commit comments

Comments
 (0)