3 Commits
0.1.0 ... new

Author SHA1 Message Date
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
3 changed files with 5 additions and 2 deletions

3
.flake8 Normal file
View File

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

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>"]

View File

@@ -6,7 +6,7 @@ quotes = [
"author": "Robert C. Martin",
},
{
"quote": "You should name a variable using the same "
"quote": "You should name a variable using the same "
"care with which you name a first-born child.",
"author": "Robert C. Martin",
},