Skip to content

Commit

Permalink
release 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarnoldus committed Jan 31, 2024
1 parent 8594d72 commit fdd52ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
@@ -1,7 +1,7 @@
# Change Log
The BounCA change history

## [unreleased]
## [0.4.5] - Release 2024-01-31]
* Generate CRL file updates via button, and set expire day 365 days in the future
* Added legacy pkcs12 support for macOS
* Mail template fix
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -49,7 +49,7 @@
# The short X.Y version.
version = ""
# The full version, including alpha/beta/rc tags.
release = "0.4.4"
release = "0.4.5"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -48,7 +48,7 @@ def run(self):

setup(
name="bounca",
version="0.4.4",
version="0.4.5",
cmdclass=cmdclass,
entry_points={"console_scripts": ["djadmin = manage:main"]},
scripts=["manage.py"],
Expand Down

0 comments on commit fdd52ea

Please sign in to comment.