-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
880ac46
commit 6d59794
Showing
4 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "varst" | ||
version = "1.5.0" | ||
version = "1.6.0" | ||
description = "Replace substitutions in rst files with variables." | ||
authors = ["junghoon-vans <[email protected]>"] | ||
maintainers = ["junghoon-vans <[email protected]>"] | ||
|
@@ -50,7 +50,7 @@ requires = [ | |
[tool] | ||
[tool.commitizen] | ||
name = "cz_conventional_commits" | ||
version = "1.5.0" | ||
version = "1.6.0" | ||
tag_format = "v$version" | ||
version_files = [ | ||
"varst/__init__.py", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
__version__ = '1.5.0' | ||
__version__ = '1.6.0' | ||
supported = ('rst', 'restructuredtext', 'rest', 'restx', 'rtxt', 'rstx') |