File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
+ v1.0.1 (2020-01-20)
5
+ -------------------
6
+ - PySAML2 dependency, security update
7
+ https://github.com/IdentityPython/pysaml2/commit/12ec4a70c5aaf4c144f6b30a158193ca99bc76cd
8
+
4
9
v1.0.0 (2020-10-15)
5
10
-------------------
6
11
- General refactor with Django ClassViews
7
12
13
+
8
14
0.50.0 (2020-10-15)
9
15
-------------------
10
16
- Discovery Service support
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ rm -R build/ dist/ * egg-info ; python3 setup.py build sdist
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def read(*rnames):
24
24
25
25
setup (
26
26
name = 'djangosaml2' ,
27
- version = '1.0.0- 1' ,
27
+ version = '1.0.1' ,
28
28
description = 'pysaml2 integration for Django' ,
29
29
long_description = read ('README.rst' ),
30
30
classifiers = [
You can’t perform that action at this time.
0 commit comments