Skip to content

Commit

Permalink
Release v6.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Sep 13, 2023
1 parent bac1d42 commit a7ea06b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v6.5.3] - 2023-09-13

- fix release

## [v6.5.2] - 2023-09-13
Expand Down Expand Up @@ -340,7 +342,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.5.2...master
[Unreleased]: https://github.com/nim65s/ndh/compare/v6.5.3...master
[v6.5.3]: https://github.com/nim65s/ndh/compare/v6.5.2...v6.5.3
[v6.5.2]: https://github.com/nim65s/ndh/compare/v6.5.1...v6.5.2
[v6.5.1]: https://github.com/nim65s/ndh/compare/v6.5.0...v6.5.1
[v6.5.0]: https://github.com/nim65s/ndh/compare/v6.4.2...v6.5.0
Expand Down
2 changes: 1 addition & 1 deletion ndh/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Main module entrance."""

__version__ = "6.5.2"
__version__ = "6.5.3"
__version_tuple__ = tuple(int(i) for i in __version__.split("."))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ license = "BSD-2-Clause"
name = "ndh"
readme = "README.md"
repository = "https://github.com/nim65s/ndh.git"
version = "6.5.2"
version = "6.5.3"

[tool.poetry.dependencies]
django-autoslug = "^1.9.9"
Expand Down

0 comments on commit a7ea06b

Please sign in to comment.