From 5cc8a0b6193a4e4e32b403c0437651e9a7cd02e5 Mon Sep 17 00:00:00 2001 From: henrique lino Date: Mon, 12 Dec 2022 00:31:07 -0300 Subject: [PATCH] testing scriv --- CHANGELOG.md | 6 ++++++ pyproject.toml | 5 +---- setup.cfg | 6 +++++- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e91748..6c39f00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +# 2022-12-12 + +## v0.1.0.4 Changed + +- TEST + 2022-12-12 ========== diff --git a/pyproject.toml b/pyproject.toml index 2af76c0..5a2b7f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "retimer" -version = "0.1.0.3" +version = "0.1.0.4" description = "" authors = ["henrique lino "] readme = "README.md" @@ -15,6 +15,3 @@ pytest = "^7.2.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" - -[scriv] -format="md" \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 0c91598..c57de97 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,4 +12,8 @@ INDENT_DICTIONARY_VALUE = false ALLOW_SPLIT_BEFORE_DICT_VALUE = false INDENT_CLOSING_BRACKETS = false DEDENT_CLOSING_BRACKETS = true -SPLIT_ALL_COMMA_SEPARATED_VALUES = true \ No newline at end of file +SPLIT_ALL_COMMA_SEPARATED_VALUES = true + + +[scriv] +format = md \ No newline at end of file