5 Commits
1.0.0 ... main

Author SHA1 Message Date
Jan Giacomelli
a716c80c7a Merge pull request #1 from jangia/new
Some checks are pending
Push / test (ubuntu-latest, 1.1.2, 3.8) (push) Waiting to run
Push / code-quality (ubuntu-latest, 1.1.2, 3.8) (push) Waiting to run
Something new
2020-12-22 22:06:18 +01:00
Jan Giacomelli
cf5db81afe Something new
Some checks are pending
Push / test (ubuntu-latest, 1.1.2, 3.8) (push) Waiting to run
Push / code-quality (ubuntu-latest, 1.1.2, 3.8) (push) Waiting to run
2020-12-22 22:04:15 +01:00
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
4 changed files with 9 additions and 3 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>"]