Skip to content

Commit 9eca3e6

Browse files
authored
Revert accidentally committed version (#19)
1 parent 3968972 commit 9eca3e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

mkdocs_macros_adr_summary/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ def define_env(env: MacrosPlugin) -> None:
3030
env.macro(partial(adr_summary, env), "adr_summary")
3131

3232

33-
__version__ = "1.0.0.post2.dev0+05d8736"
34-
__version_tuple__ = (1, 0, 0, "post2", "dev0", "05d8736")
33+
__version__ = "0.0.0"
34+
__version_tuple__ = (0, 0, 0)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mkdocs-macros-adr-summary"
3-
version = "1.0.0.post2.dev0+05d8736"
3+
version = "0.0.0"
44
description = "A plugin to generate a summary of a ADR directory"
55
license = "MIT"
66
authors = ["Federico Busetti <729029+febus982@users.noreply.github.com>"]
@@ -41,7 +41,7 @@ classifiers = [
4141
]
4242

4343
[tool.poetry-dynamic-versioning]
44-
enable = false
44+
enable = true
4545

4646
[build-system]
4747
requires = ["poetry-core", "poetry-dynamic-versioning"]

0 commit comments

Comments
 (0)