Skip to content

Commit

Permalink
Update version since updating all the libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraig3 committed Aug 27, 2024
1 parent b7dd2c7 commit 83c3fa9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve

### Added

### Changed

### Fixed

## [1.25.0] - 2023-08-27

### Added

- Add 'section_detail' page to add and remove subsections
- 'section_detail' page must be manually visited for now
- Added mailto link to the 400 page
Expand All @@ -18,6 +26,9 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve

### Changed

- Updated most of the libraries:
- Can't update markdown past 3.5 because of martor
- Can't update django past 5.0.8 because of django-easy-audit
- Change the floating header on NOFO edit page
- Print buttons float now
- Added "add or remove subsections"
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "3.11.9"
django = "~4"
django = "5.0.8"
beautifulsoup4 = "^4.12.2"
markdownify = "^0.13.1"
django-easy-audit = "^1.3.5"
Expand Down

0 comments on commit 83c3fa9

Please sign in to comment.