Skip to content

Commit 24a77ca

Browse files
committed
Bump the version to 0.2.3
- Bump the version in setup.py. - Update the year in the license. - Update the change log.
1 parent e152683 commit 24a77ca

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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

LICENCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright © 2015-2018 Takahiro Ueda
1+
Copyright © 2015-2019 Takahiro Ueda
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

setup.py

+1-1
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)