Skip to content

Commit

Permalink
Bump version number for Kerberos patch
Browse files Browse the repository at this point in the history
  • Loading branch information
meson800 committed May 5, 2023
1 parent faad556 commit af90f5e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.5.3] - 2023-05-04
### Updated
- Added explicit Kerberos post-auth request to accommodate Touchstone changes.

## [0.5.2] - 2023-05-04
### Updated
- Switched to using a Firefox user-agent, and added XSRF token GET call.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ having to re-install after each update.
## Changelog
See the [CHANGELOG](CHANGELOG.md) for detailed changes.
```
## [0.5.2] - 2023-05-04
## [0.5.3] - 2023-05-04
### Updated
- Switched to using a Firefox user-agent, and added XSRF token GET call.
- Added explicit Kerberos post-auth request to accommodate Touchstone changes.
```

## License
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='touchstone-auth',
version='0.5.2',
version='0.5.3',
author='Christopher Johnstone',
author_email='[email protected]',
description='Access Touchstone SSO sites without a web browser.',
Expand Down

0 comments on commit af90f5e

Please sign in to comment.