Skip to content

Commit

Permalink
fixes version
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Apr 17, 2024
1 parent 1a30369 commit 1ebfae3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.1"
__version__ = "0.3.0"
7 changes: 4 additions & 3 deletions frontend/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
@author: wf
"""
import frontend
from dataclasses import dataclass


@dataclass
class Version(object):
"""
Version handling for pyWikiCMS
Expand All @@ -15,12 +16,12 @@ class Version(object):
description = "pyWikiCMS: python implementation of a Mediawiki based Content Management System"
version = frontend.__version__
date = "2022-11-16"
updated = "2023-11-05"
updated = "2024-04-17"
authors = "Wolfgang Fahl"
doc_url = "http://wiki.bitplan.com/index.php/PyWikiCMS"
chat_url = "https://github.com/BITPlan/pyWikiCMS/discussions"
cm_url = "https://github.com/BITPlan/pyWikiCMS"
license = f"""Copyright 2022-2023 contributors. All rights reserved.
license = f"""Copyright 2022-2024 contributors. All rights reserved.
Licensed under the Apache License 2.0
http://www.apache.org/licenses/LICENSE-2.0
Distributed on an "AS IS" basis without warranties
Expand Down

0 comments on commit 1ebfae3

Please # to comment.