Skip to content
Snippets Groups Projects
Commit 1789eb12 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

Release v6.8.0

parent 189151c2
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [v6.8.0] - 2024-01-17
- Improve `show_email`:
- allow css "klass"
......@@ -358,7 +360,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [v2.0.0] - 2018-01-12
[Unreleased]: https://github.com/nim65s/ndh/compare/v6.7.0...master
[Unreleased]: https://github.com/nim65s/ndh/compare/v6.8.0...master
[v6.8.0]: https://github.com/nim65s/ndh/compare/v6.7.0...v6.8.0
[v6.7.0]: https://github.com/nim65s/ndh/compare/v6.6.0...v6.7.0
[v6.6.0]: https://github.com/nim65s/ndh/compare/v6.5.3...v6.6.0
[v6.5.3]: https://github.com/nim65s/ndh/compare/v6.5.2...v6.5.3
......
"""Main module entrance."""
__version__ = "6.7.0"
__version__ = "6.8.0"
__version_tuple__ = tuple(int(i) for i in __version__.split("."))
......@@ -20,7 +20,7 @@ license = "BSD-2-Clause"
name = "ndh"
readme = "README.md"
repository = "https://github.com/nim65s/ndh.git"
version = "6.7.0"
version = "6.8.0"
[tool.poetry.dependencies]
django-autoslug = "^1.9.9"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment