Skip to content

Commit

Permalink
Merge pull request #16 from naviqore/release/v1.0.0
Browse files Browse the repository at this point in the history
Release/v1.0.0
  • Loading branch information
munterfi authored Sep 25, 2024
2 parents 14aae4a + 96114be commit 388e6ac
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
version: '3.8'

services:
public-transit-service:
image: ghcr.io/naviqore/public-transit-service:v0.5.1
image: ghcr.io/naviqore/public-transit-service:v1.0.0
container_name: public-transit-service
ports:
- "8080:8080"
Expand Down
37 changes: 20 additions & 17 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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "public-transit-client"
version = "0.5.2"
version = "1.0.0"
description = "Client to access the public transit service API endpoints."
authors = [
"Lukas Connolly <lukas@connolly.ch>",
Expand Down

0 comments on commit 388e6ac

Please sign in to comment.