Skip to content

Commit

Permalink
Bump version to 1.41.0
Browse files Browse the repository at this point in the history
Bumping version because there have been a few migrations today.
  • Loading branch information
pcraig3 authored and admoorgit committed Dec 18, 2024
1 parent 241cdda commit 09b1254
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,30 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve

### Added

### Changed

### Fixed

## [1.41.0] - 2023-12-18

### Added

- Add cover images for HSRA-25-032, HSRA-25-075, CMS-3Y3-25-001
- Add a new custom CDC theme: CDC (IOD)
- Add new "staging" group for users to test NOFO Builder safely
- Add new API endpoints for importing and exporting NOFOs

### Changed

- Find ranges for numbered sublists: include "8 to 15." and "8 — 15." (emdash)
- H7 styling in ACF now bold and slightly smaller (12.5pt)
- Add links are CMS blue (no more links in the theme colour)

### Fixed
### Migrations

- Add new user group: "staging"
- Add new theme: "portrait-cdc-iod"
- Make some fields nullable: "filename", "inline_css", "subagency2"

## [1.40.0] - 2023-12-16

Expand All @@ -30,7 +43,6 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
- Add cover image for HRSA-25-019
- Add cover image for HHS-2025-ACF-ECD-TH-0106
- Add cover image for HSRA-25-071
- Add new API endpoints for importing and exporting NOFOs

### Changed

Expand All @@ -42,7 +54,11 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
- Loading gif also used on re-import page
- bug: since adding replace_links, replace_chars was not being applied

## [1.40.0] - 2023-12-04
### Migrations

- Add one new coach ("Sara") and 1 new HRSA designer ("KieuMy")

## [1.39.0] - 2023-12-04

### Added

Expand Down
6 changes: 3 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

- Write ADRs
- Why Python
- Maybe: add Google login
- Add Login.gov
- Password reset flow on command line
- Password reset flow exists
- Refac: short section names for breadcrumbs means we can loop
- .docx imports
- Investigate images

# DONE

- .docx imports
- Investigate images
- Autodeploy from Github Actions
- Migrations!!
- Default column widths for application table
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bloom-nofos"
version = "1.40.0"
version = "1.41.0"
description = "the no-code solo nofo web flow"
authors = ["Paul Craig <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 09b1254

Please sign in to comment.