Skip to content

Commit 635ce5d

Browse files
committed
Fix documentation building op pypi
1 parent 6350a3d commit 635ce5d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
`1.1.0`_ - 2018-12-07
4+
`1.1.1`_ - 2018-12-07
55
---------------------
66

77
**Added**
@@ -132,6 +132,7 @@ Changelog
132132

133133
* Initial release
134134

135+
.. _1.1.1: https://github.com/jobec/django-auth-adfs/compare/1.0.0...1.1.1
135136
.. _1.0.0: https://github.com/jobec/django-auth-adfs/compare/0.2.1...1.0.0
136137
.. _0.2.1: https://github.com/jobec/django-auth-adfs/compare/0.2.0...0.2.1
137138
.. _0.2.0: https://github.com/jobec/django-auth-adfs/compare/0.1.2...0.2.0
@@ -142,5 +143,3 @@ Changelog
142143
.. _0.0.4: https://github.com/jobec/django-auth-adfs/compare/0.0.3...0.0.4
143144
.. _0.0.3: https://github.com/jobec/django-auth-adfs/compare/0.0.2...0.0.3
144145
.. _0.0.2: https://github.com/jobec/django-auth-adfs/compare/0.0.1...0.0.2
145-
146-

django_auth_adfs/__init__.py

+1-1
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.1.0'
7+
__version__ = '1.1.1'

0 commit comments

Comments
 (0)