Skip to content

Commit

Permalink
bump to version 0.2.6 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
2mal3 authored Nov 23, 2023
1 parent 47a2e8d commit bb8df5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- "*.*.*"
branches:
- "main"

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "verspaetungsorakel"
version = "0.2.5"
version = "0.2.6"
description = "Add your description here"
authors = [
{ name = "2mal3", email = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion verspaetungsorakel/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from verspaetungsorakel.database import Station, Train, Stop
from verspaetungsorakel.bahn import write_timetables_to_database, get_delays, write_stations_to_database

VERSION = "0.2.5"
VERSION = "0.2.6"

limiter = Limiter(key_func=get_remote_address)
app = FastAPI()
Expand Down

0 comments on commit bb8df5b

Please sign in to comment.