Skip to content

Commit

Permalink
Merge pull request #177 from fugue/release/1.13.4
Browse files Browse the repository at this point in the history
Release/1.13.4
  • Loading branch information
wayne-luminal committed Oct 11, 2017
2 parents dfcccd9 + ffa46b7 commit 8225894
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 1 deletion.
64 changes: 64 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff:
*.log

# Sphinx documentation
docs/_build/

# PyBuilder
target/

#Ipython Notebook
.ipynb_checkpoints

# IDEA
.idea/*

# Misc
.DS_Store
*swp
*scratch*.py
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog

## 1.13.4
* Set upper bound of `cryptography` to 2.1

## 1.13.3
* Only fetch the session resource and client once
* README updates for c# and node imlpementations
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 @@

setup(
name='credstash',
version='1.13.3',
version='1.13.4',
description='A utility for managing secrets in the cloud using AWS KMS and DynamoDB',
license='Apache2',
url='https://github.com/LuminalOSS/credstash',
Expand Down

0 comments on commit 8225894

Please sign in to comment.