Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
privacyidea
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
privacyidea
Commits
8add55a3
Project 'perun-proxy-aai/python/privacyidea' was moved to 'perun/perun-proxyidp/privacyidea'. Please update any links and bookmarks that may still have the old path.
Commit
8add55a3
authored
3 years ago
by
Cornelius Kölbel
Browse files
Options
Downloads
Patches
Plain Diff
Setting version 3.7.1(dev2)
parent
528db4dc
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Changelog
+1
-1
1 addition, 1 deletion
Changelog
doc/conf.py
+1
-1
1 addition, 1 deletion
doc/conf.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
3 additions
and
3 deletions
Changelog
+
1
−
1
View file @
8add55a3
Version 3.7.1, 2022-05-
09
Version 3.7.1, 2022-05-
11
Fixes:
* Fix WebUI login with HOTP/TOTP challenge-response token (#3038)
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py
+
1
−
1
View file @
8add55a3
...
...
@@ -23,7 +23,7 @@ import functools
# built documents.
#
# The short X.Y version.
version
=
'
3.7
'
version
=
'
3.7
.1
'
# The full version, including alpha/beta/rc tags.
#release = '2.16dev5'
release
=
version
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
8add55a3
...
...
@@ -6,7 +6,7 @@ import stat
import
sys
#VERSION = "2.1dev4"
VERSION
=
"
3.7
"
VERSION
=
"
3.7
.1dev2
"
# Taken from kennethreitz/requests/setup.py
package_directory
=
os
.
path
.
realpath
(
os
.
path
.
dirname
(
__file__
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment