From 1789eb12cee3e682ac727a796cf00255d96657cb Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Wed, 17 Jan 2024 21:22:09 +0100 Subject: [PATCH] Release v6.8.0 --- CHANGELOG.md | 5 ++++- ndh/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19b3b22..a6b173c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/ndh/__init__.py b/ndh/__init__.py index f115e3e..ca992a7 100644 --- a/ndh/__init__.py +++ b/ndh/__init__.py @@ -1,4 +1,4 @@ """Main module entrance.""" -__version__ = "6.7.0" +__version__ = "6.8.0" __version_tuple__ = tuple(int(i) for i in __version__.split(".")) diff --git a/pyproject.toml b/pyproject.toml index b86848d..82de0e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" -- GitLab