Skip to content

Commit

Permalink
Bumped version number to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meson800 committed Sep 13, 2022
1 parent d55729c commit e224d0e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.4.0] - Unreleased
## [0.4.0] - 2022-09-12
### Added
- Added the ability to do initial authentication with username/password
or with Kerberos tickets.
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,15 @@ having to re-install after each update.
## Changelog
See the [CHANGELOG](CHANGELOG.md) for detailed changes.
```
## [0.3.1] - 2022-02-23
## [0.4.0] - 2022-09-12
### Added
- Added the ability to load a wider variety of Bearer tokens (Tim tickets)
- Added the ability to do initial authentication with username/password
or with Kerberos tickets.
### Deprecated
- Passing the certfile/cert password as their own arguments is now deprecated.
Use the new `auth_type` argument to pass authentication information.
### New contributors
- Nickolai Zeldovich (zeldovich)
```

## 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.3.1',
version='0.4.0',
author='Christopher Johnstone',
author_email='[email protected]',
description='Access Touchstone SSO sites without a web browser.',
Expand Down

0 comments on commit e224d0e

Please sign in to comment.