From f10741000f49c17211239865e9b8f960ac12467b Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sun, 24 Apr 2022 10:32:31 +0200 Subject: [PATCH] Version bump to 1.0.1 --- README.rst | 5 +++-- apps/context_processors.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 99948e4..3733beb 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,7 @@ to all VPN clients and must be fulfilled with each connection attempt. Development Setup ----------------- -strongTNC uses Django (currently version 3.2.7) requiring Python 3. It is +strongTNC uses Django (currently version 3.2.13) requiring Python 3. It is recommended to use the pip_ and virtualenv_ tools to ease the dependency management. They can be installed via your package manager on most Linux distributions. @@ -185,7 +185,8 @@ License Copyright (C) 2013-2020 Andreas Steffen HSR University of Applied Sciences Rapperswil - Copyright (C) 2021 Andreas Steffen, strongSec GmbH + Copyright (C) 2021-2022 Andreas Steffen, strongSec GmbH + Copyright (C) 2021 Tobias Brunner, codelabs GmbH This file is part of strongTNC. strongTNC is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General diff --git a/apps/context_processors.py b/apps/context_processors.py index 7778526..b967bd5 100644 --- a/apps/context_processors.py +++ b/apps/context_processors.py @@ -3,5 +3,5 @@ def version(request): return { - 'VERSION': '1.0.0', + 'VERSION': '1.0.1', }