Skip to content

Commit c09d16d

Browse files
fix: dynamic versioning (#86)
## 💌 Description <!-- Add a more detailed description of the changes if needed. --> ## 🔗 Related issue <!-- If your PR refers to a related issue, link it here. --> Fixes: # ## 🏗️ Type of change <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) --> - [ ] 📚 Examples / docs / tutorials - [ ] 🐛 Bug fix (non-breaking change which fixes an issue) - [ ] 🥂 Improvement (non-breaking change which improves an existing feature) - [ ] 🚀 New feature (non-breaking change which adds functionality) - [ ] 💥 Breaking change (fix or feature that would cause existing functionality to change) - [ ] 🚨 Security fix - [ ] ⬆️ Dependencies update ## ✅ Checklist <!-- Mark with an `x` all the checkboxes that apply (like `[x]`) --> - [ ] I've read the [`Code of Conduct`](https://github.com/DariuszPorowski/mkdocs-file-filter-plugin/blob/main/.github/CODE_OF_CONDUCT.md) document. - [ ] I've read the [`Contributing`](https://github.com/DariuszPorowski/mkdocs-file-filter-plugin/blob/main/.github/CONTRIBUTING.md) guide. - [ ] I've written tests for all new methods and classes that I created. - [ ] I've written the docstring in Google format for all the methods and classes that I used.
1 parent 7a4cd86 commit c09d16d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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-file-filter-plugin"
3-
version = "0.0.9-pre.9+8593da5"
3+
version = "0.0.0"
44
description = 'A MkDocs plugin that lets you exclude/include docs files using globs, regexes, gitignore-style file and Markdown/Frontmatter tags metadata.'
55
authors = [
66
"Dariusz Porowski <3431813+dariuszporowski@users.noreply.github.com>",
@@ -79,7 +79,7 @@ pyupgrade = "^3.9.0"
7979

8080
[tool.poetry-dynamic-versioning]
8181
# https://github.com/mtkennerly/poetry-dynamic-versioning#configuration
82-
enable = false
82+
enable = true
8383
style = "semver"
8484
vcs = "git"
8585
bump = true

0 commit comments

Comments
 (0)