Skip to content

Commit

Permalink
testing scriv
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquelino committed Dec 12, 2022
1 parent 117a923 commit 5cc8a0b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

# 2022-12-12

## v0.1.0.4 Changed

- TEST

2022-12-12
==========

Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "retimer"
version = "0.1.0.3"
version = "0.1.0.4"
description = ""
authors = ["henrique lino <[email protected]>"]
readme = "README.md"
Expand All @@ -15,6 +15,3 @@ pytest = "^7.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[scriv]
format="md"
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
SPLIT_ALL_COMMA_SEPARATED_VALUES = true


[scriv]
format = md

0 comments on commit 5cc8a0b

Please sign in to comment.