3 Commits
1.0.0 ... 2.0.0

Author SHA1 Message Date
Jan Giacomelli
cdf4392488 New release 2020-12-22 21:20:07 +01:00
Jan Giacomelli
12fba127e9 New release 2020-12-22 21:16:12 +01:00
Jan Giacomelli
326c661b34 Release workflow 2020-12-22 20:42:42 +01:00
3 changed files with 8 additions and 2 deletions

3
.flake8 Normal file
View File

@@ -0,0 +1,3 @@
[flake8]
exclude =
docs/conf.py,

View File

@@ -1,5 +1,8 @@
name: Push name: Push
on: [push] on:
push:
branches:
- '*'
jobs: jobs:
test: test:

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "random_quote_generator" name = "random_quote_generator"
version = "0.1.0" version = "2.0.0"
description = "" description = ""
authors = ["Jan Giacomelli <jan@typless.com>"] authors = ["Jan Giacomelli <jan@typless.com>"]