We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081d801 commit b28087aCopy full SHA for b28087a
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [v0.3.1](https://github.com/rero/flask-wiki/tree/v0.3.0) (2023-12-13)
2
+
3
+[Full Changelog](https://github.com/rero/flask-wiki/compare/v0.3.0...v0.3.1)
4
5
+**Fixes:**
6
+* fix: config languages [\#65](https://github.com/rero/flask-wiki/pull/65) (by @PascalRepond)
7
8
## [v0.3.0](https://github.com/rero/flask-wiki/tree/v0.3.0) (2023-08-24)
9
10
[Full Changelog](https://github.com/rero/flask-wiki/compare/v0.2.4...v0.3.0)
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flask-wiki"
-version = "0.3.0"
+version = "0.3.1"
description = "Simple file-based wiki for Flask"
readme = "README.md"
authors = ["rero <[email protected]>"]
0 commit comments