Skip to content

Commit

Permalink
Merge pull request #173 from lyft/bump_version
Browse files Browse the repository at this point in the history
v4.1.0
  • Loading branch information
asottile authored Apr 20, 2018
2 parents 4eeebb8 + fca5994 commit 9fbeb92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.1.0

* Switch from python-saml to python3-saml.


## 4.0.0

* This is a breaking release. This change upgrades the `LegacyBooleanAttributes`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name="confidant",
version="4.0.0",
version="4.1.0",
packages=find_packages(exclude=["test*"]),
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 9fbeb92

Please sign in to comment.