Skip to content

Commit

Permalink
Allow PyYAML 6 and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaranasou committed Feb 21, 2022
1 parent d950404 commit 09d3c43
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,5 @@ dmypy.json

# Pyre type checker
.pyre/

.idea/
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PyYAML==5.*
PyYAML>=5.*, <=6.*
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pyaml_env
version = 1.1.4
version = 1.1.5
author = Maria Karanasou
author_email = karanasou@gmail.com
description = Provides yaml file parsing with environment variable resolution
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
]

setup(name='pyaml_env',
version='1.1.4',
version='1.1.5',
description='Provides yaml file parsing with '
'environment variable resolution',
long_description=long_description,
Expand Down

0 comments on commit 09d3c43

Please sign in to comment.