Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjj committed Aug 9, 2024
1 parent 40ebd74 commit d907963
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

- Nothing yet!

## [0.12.0] - 2024-08-09

### Added

- `WEB_TIMEOUT` environment variable to configure gunicorn's timeout value (defaults to 120s)
Expand Down Expand Up @@ -419,7 +423,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/).

- Everything!

[Unreleased]: https://github.com/nickjj/docker-flask-example/compare/0.11.0...HEAD
[Unreleased]: https://github.com/nickjj/docker-flask-example/compare/0.12.0...HEAD
[0.12.0]: https://github.com/nickjj/docker-flask-example/compare/0.11.0...0.12.0
[0.11.0]: https://github.com/nickjj/docker-flask-example/compare/0.10.0...0.11.0
[0.10.0]: https://github.com/nickjj/docker-flask-example/compare/0.9.0...0.10.0
[0.9.0]: https://github.com/nickjj/docker-flask-example/compare/0.8.0...0.9.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ these commands for PowerShell if you want.
git clone https://github.com/nickjj/docker-flask-example helloflask
cd helloflask

# Optionally checkout a specific tag, such as: git checkout 0.11.0
# Optionally checkout a specific tag, such as: git checkout 0.12.0
```

#### Copy an example .env file because the real one is git ignored:
Expand All @@ -166,7 +166,7 @@ going to download a few Docker images and build the Python + Yarn dependencies.*
docker compose up --build
```

Now that everything is built and running we can treat it like any other Flask
Now that everything is built and running we can treat it like any other Flask
app.

Did you receive a `depends_on` "Additional property required is not allowed"
Expand Down

0 comments on commit d907963

Please sign in to comment.