Skip to content

Commit

Permalink
fix version 0.3.3 to 0.3.4 and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
dadadel committed Mar 8, 2021
1 parent a753b83 commit c630faf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
0.3.3 - 2021/03/04:
- add option for stdin/stdout
0.3.4 - 2021/03/04:
- manage async functions
- add type_stub param
- integrate PRs #52, #54, #55, #57, #59, #60, #64, #75, #91, #71
- issues #51, #58, #63, #87, #88, #90
- add option for stdin/stdout
- integrate PRs #64, #71, #75, #91, #92
- issues #51, #63, #87, #88, #90
- add CI using Travis and Appveyor (#68, #70)

0.3.3 - 2018/07/25:
- integrate PRs #52, #54, #55, #57, #59, #60
- issues #58

0.3.2 - 2017/10/17:
- add new tests
- update docstrings, add sphinx conf and generated html doc
Expand Down
2 changes: 1 addition & 1 deletion pyment/pyment.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
__author__ = "A. Daouzli"
__copyright__ = "Copyright 2012-2021"
__licence__ = "GPL3"
__version__ = "0.3.3"
__version__ = "0.3.4"
__maintainer__ = "A. Daouzli"

#TODO:
Expand Down

0 comments on commit c630faf

Please sign in to comment.