Skip to content

Commit

Permalink
Bump the version to 0.2.3
Browse files Browse the repository at this point in the history
- Bump the version in setup.py.
- Update the year in the license.
- Update the change log.
  • Loading branch information
tueda committed Aug 28, 2019
1 parent e152683 commit 24a77ca
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [0.2.3](https://github.com/tueda/python-form/releases/tag/v0.2.3) (2019-08-28)

### Fixed

- Added missing `py.typed` for optional static typing.
See also [PEP 561](https://www.python.org/dev/peps/pep-0561/).
([85bdd04](https://github.com/tueda/python-form/commit/85bdd04))

[Full changes...](https://github.com/tueda/python-form/compare/v0.2.2...v0.2.3)

## [0.2.2](https://github.com/tueda/python-form/releases/tag/v0.2.2) (2018-02-07)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion LICENCE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright © 2015-2018 Takahiro Ueda
Copyright © 2015-2019 Takahiro Ueda

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def setup_package():
"""Entry point."""
setup(
name='python-form',
version='0.2.2',
version='0.2.3',
description='A package for communicating with FORM',
long_description=readme(),
author='Takahiro Ueda',
Expand Down

0 comments on commit 24a77ca

Please sign in to comment.