Skip to content

Commit

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

Expand Down
2 changes: 1 addition & 1 deletion pyment/pyment.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from .docstring import DocString

__author__ = "A. Daouzli"
__copyright__ = "Copyright 2012-2018"
__copyright__ = "Copyright 2012-2021"
__licence__ = "GPL3"
__version__ = "0.3.3"
__maintainer__ = "A. Daouzli"
Expand Down

0 comments on commit a753b83

Please sign in to comment.