3 Commits
1.0.0 ... 0.1.1

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
on: [push]
on:
push:
branches:
- '*'
jobs:
test:

View File

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