Skip to content

Commit 9c1c383

Browse files
committed
Version 1.9.3
1 parent dcaf550 commit 9c1c383

File tree

6 files changed

+2
-310
lines changed

6 files changed

+2
-310
lines changed

CHANGELOG.rst

Lines changed: 0 additions & 304 deletions
This file was deleted.

MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
include CONTRIBUTING.rst
22
include README.rst
3-
include CHANGELOG.rst
43

54
recursive-include tests *
65
recursive-exclude * __pycache__

django_auth_adfs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
Adding imports here will break setup.py
55
"""
66

7-
__version__ = '1.9.1'
7+
__version__ = '1.9.3'

docs/changelog.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,3 @@ Contents
4343
troubleshooting
4444
faq
4545
contributing
46-
changelog

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = 'django-auth-adfs'
3-
version = "1.9.2" # Remember to also change __init__.py version
3+
version = "1.9.3" # Remember to also change __init__.py version
44
description = 'A Django authentication backend for Microsoft ADFS and AzureAD'
55
authors = ['Joris Beckers <[email protected]>']
66
maintainers = ['Jonas Krüger Svensson <[email protected]>', 'Sondre Lillebø Gundersen <[email protected]>']
@@ -32,7 +32,6 @@ classifiers=[
3232
'Topic :: Software Development :: Libraries :: Python Modules',
3333
'Development Status :: 5 - Production/Stable',
3434
]
35-
include = ['CHANGELOG.rst']
3635

3736
[tool.poetry.dependencies]
3837
python = '^3.6'

0 commit comments

Comments
 (0)