File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.2.3] ( https://github.com/tueda/python-form/releases/tag/v0.2.3 ) (2019-08-28)
4+
5+ ### Fixed
6+
7+ - Added missing ` py.typed ` for optional static typing.
8+ See also [ PEP 561] ( https://www.python.org/dev/peps/pep-0561/ ) .
9+ ([ 85bdd04] ( https://github.com/tueda/python-form/commit/85bdd04 ) )
10+
11+ [ Full changes...] ( https://github.com/tueda/python-form/compare/v0.2.2...v0.2.3 )
12+
313## [ 0.2.2] ( https://github.com/tueda/python-form/releases/tag/v0.2.2 ) (2018-02-07)
414
515### Changed
Original file line number Diff line number Diff line change 1- Copyright © 2015-2018 Takahiro Ueda
1+ Copyright © 2015-2019 Takahiro Ueda
22
33Permission is hereby granted, free of charge, to any person obtaining a copy
44of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ def setup_package():
1515 """Entry point."""
1616 setup (
1717 name = 'python-form' ,
18- version = '0.2.2 ' ,
18+ version = '0.2.3 ' ,
1919 description = 'A package for communicating with FORM' ,
2020 long_description = readme (),
2121 author = 'Takahiro Ueda' ,
You can’t perform that action at this time.
0 commit comments