File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
13
## [ 0.2.2] ( https://github.com/tueda/python-form/releases/tag/v0.2.2 ) (2018-02-07)
4
14
5
15
### Changed
Original file line number Diff line number Diff line change 1
- Copyright © 2015-2018 Takahiro Ueda
1
+ Copyright © 2015-2019 Takahiro Ueda
2
2
3
3
Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
of 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():
15
15
"""Entry point."""
16
16
setup (
17
17
name = 'python-form' ,
18
- version = '0.2.2 ' ,
18
+ version = '0.2.3 ' ,
19
19
description = 'A package for communicating with FORM' ,
20
20
long_description = readme (),
21
21
author = 'Takahiro Ueda' ,
You can’t perform that action at this time.
0 commit comments