Skip to content

Commit

Permalink
Revert accidentally committed version (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
febus982 authored Dec 15, 2024
1 parent 3968972 commit 9eca3e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mkdocs_macros_adr_summary/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ def define_env(env: MacrosPlugin) -> None:
env.macro(partial(adr_summary, env), "adr_summary")


__version__ = "1.0.0.post2.dev0+05d8736"
__version_tuple__ = (1, 0, 0, "post2", "dev0", "05d8736")
__version__ = "0.0.0"
__version_tuple__ = (0, 0, 0)
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mkdocs-macros-adr-summary"
version = "1.0.0.post2.dev0+05d8736"
version = "0.0.0"
description = "A plugin to generate a summary of a ADR directory"
license = "MIT"
authors = ["Federico Busetti <[email protected]>"]
Expand Down Expand Up @@ -41,7 +41,7 @@ classifiers = [
]

[tool.poetry-dynamic-versioning]
enable = false
enable = true

[build-system]
requires = ["poetry-core", "poetry-dynamic-versioning"]
Expand Down

0 comments on commit 9eca3e6

Please sign in to comment.