File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4+ v1.0.1 (2020-01-20)
5+ -------------------
6+ - PySAML2 dependency, security update
7+ https://github.com/IdentityPython/pysaml2/commit/12ec4a70c5aaf4c144f6b30a158193ca99bc76cd
8+
49v1.0.0 (2020-10-15)
510-------------------
611- General refactor with Django ClassViews
712
13+
8140.50.0 (2020-10-15)
915-------------------
1016- 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):
2424
2525setup (
2626 name = 'djangosaml2' ,
27- version = '1.0.0- 1' ,
27+ version = '1.0.1' ,
2828 description = 'pysaml2 integration for Django' ,
2929 long_description = read ('README.rst' ),
3030 classifiers = [
You can’t perform that action at this time.
0 commit comments