Skip to content

Commit f87fbb6

Browse files
committed
Merge branch 'dev'
2 parents c325166 + cf9846a commit f87fbb6

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGES

+6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
Changes
22
=======
33

4+
v1.0.1 (2020-01-20)
5+
-------------------
6+
- PySAML2 dependency, security update
7+
https://github.com/IdentityPython/pysaml2/commit/12ec4a70c5aaf4c144f6b30a158193ca99bc76cd
8+
49
v1.0.0 (2020-10-15)
510
-------------------
611
- General refactor with Django ClassViews
712

13+
814
0.50.0 (2020-10-15)
915
-------------------
1016
- Discovery Service support

build_pypi.sh

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
rm -R build/ dist/ *egg-info ; python3 setup.py build sdist

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(*rnames):
2424

2525
setup(
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=[

0 commit comments

Comments
 (0)