Skip to content

Commit

Permalink
Version bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
strongX509 committed Apr 24, 2022
1 parent cd50ef0 commit f107410
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/context_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

def version(request):
return {
'VERSION': '1.0.0',
'VERSION': '1.0.1',
}

0 comments on commit f107410

Please sign in to comment.