Skip to content

Commit

Permalink
Version bump, Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbauer committed Jul 9, 2019
1 parent f42547d commit de6f5fc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.5.1
- Include request in authenticate and evaluate gateway query_list (https://github.com/kstateome/django-cas/pull/87)

### 1.5.0
- Path Change (https://github.com/kstateome/django-cas/pull/76)
- Update authenticate method (https://github.com/kstateome/django-cas/pull/77/files)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

CAS client for Django. This library requires Django 1.5 or above, and Python 2.6, 2.7, 3.4

Current version: 1.5.0
Current version: 1.5.1

This is [K-State's fork](https://github.com/kstateome/django-cas) of [the original](https://bitbucket.org/cpcc/django-cas/overview) and includes [several additional features](https://github.com/kstateome/django-cas/#additional-features) as well as features merged from

Expand All @@ -14,7 +14,7 @@ This is [K-State's fork](https://github.com/kstateome/django-cas) of [the or

This project is registered on PyPi as django-cas-client. To install::

pip install django-cas-client==1.5.0
pip install django-cas-client==1.5.1


### Add to URLs
Expand Down
4 changes: 4 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

1.5.1
------------------
- Include request in authenticate and evaluate gateway query_list (https://github.com/kstateome/django-cas/pull/87)

1.5.0
------------------
- Path Change (https://github.com/kstateome/django-cas/pull/76)
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '1.5.0'
version = '1.5.1'
# The full version, including alpha/beta/rc tags.
release = '1.5.0'
release = '1.5.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup, find_packages

version = '1.5.0'
version = '1.5.1'


def read(fname):
Expand Down

0 comments on commit de6f5fc

Please sign in to comment.