Skip to content

Commit

Permalink
Merge pull request #490 from Parsely/feature/py39
Browse files Browse the repository at this point in the history
Python 3.9 support via Fabric39 fork.
  • Loading branch information
abelsonlive authored Jan 6, 2022
2 parents 5829bce + f483d95 commit 7efa754
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ _resources/
.*.un~

\.idea/
.envrc
.venv*/
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cython
jinja2
fabric3
Fabric39
pystorm>=3.1.1
requests
ruamel.yaml
Expand Down
2 changes: 1 addition & 1 deletion streamparse/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ def _safe_int(string):
return string


__version__ = "4.0.0"
__version__ = "4.1.0"
VERSION = tuple(_safe_int(x) for x in __version__.split("."))

0 comments on commit 7efa754

Please sign in to comment.