Skip to content

Commit

Permalink
Merge pull request #51 from ferraith/release/0.4.0
Browse files Browse the repository at this point in the history
Prepared 0.4.0 release
  • Loading branch information
ferraith committed Jan 27, 2019
2 parents 97285db + 02e77c3 commit 3746500
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.0] - 2019-01-27
### Added
- Python 3.7 support.
- Equality comparison and hashing of grammars.
Expand All @@ -29,7 +31,8 @@ adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
### Changed
- Use package source directory as default output directory.

[Unreleased]: https://github.com/ferraith/setuptools-antlr/compare/0.3.0...HEAD
[Unreleased]: https://github.com/ferraith/setuptools-antlr/compare/0.4.0...HEAD
[0.4.0]: https://github.com/ferraith/setuptools-antlr/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/ferraith/setuptools-antlr/compare/0.2.2...0.3.0
[0.2.2]: https://github.com/ferraith/setuptools-antlr/compare/0.2.1...0.2.2
[0.2.1]: https://github.com/ferraith/setuptools-antlr/compare/0.2.0...0.2.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setuptools.setup(
name='setuptools-antlr',
version='0.3.0',
version='0.4.0',
packages=setuptools.find_packages(),
package_data={'setuptools_antlr': ['lib/antlr-4.7.1-complete.jar', 'lib/LICENSE.txt']},
entry_points={
Expand Down

0 comments on commit 3746500

Please sign in to comment.