Skip to content

Commit

Permalink
Bump BL_Python.all and BL_Python.web versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
aholmes committed May 30, 2024
1 parent e7535aa commit 6ce4ad8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

---
# `BL_Python.all` [0.2.5] - 2024-05-30

## `BL_Python.web` [0.2.4] - 2024-05-30
- [BL_Python.web v0.2.4](https://github.com/uclahs-cds/BL_Python/blob/BL_Python.web-v0.2.4/src/web/CHANGELOG.md#024---2024-05-30)

# `BL_Python.all` [0.2.4] - 2024-05-17

Expand Down
2 changes: 1 addition & 1 deletion src/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = "0.2.4"
__version__: str = "0.2.5"
2 changes: 1 addition & 1 deletion src/web/BL_Python/web/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__: str = "0.2.3"
__version__: str = "0.2.4"
1 change: 1 addition & 0 deletions src/web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Review the `BL_Python` [CHANGELOG.md](https://github.com/uclahs-cds/BL_Python/bl
---
## Unreleased

## [0.2.4] - 2024-05-30
### Added
- ASGI worker classes to support ASGI lifetime and proxy options when running ASGI applications #68

Expand Down

0 comments on commit 6ce4ad8

Please sign in to comment.