Skip to content

Commit

Permalink
🔖 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dflook committed Oct 17, 2020
1 parent 920e7e7 commit 6cc0fbd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.4.1] - 2020-10-17

### Changed
- When the remove annotation transformation is enabled, annotations are preserved on detected usage of TypedDict or NamedTuple

## [2.4.0] - 2020-10-15

### Added
Expand Down Expand Up @@ -97,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- python-minifier package
- pyminify command

[2.3.2]: https://github.com/dflook/python-minifier/compare/2.3.2...2.4.0
[2.4.1]: https://github.com/dflook/python-minifier/compare/2.4.0...2.4.1
[2.4.0]: https://github.com/dflook/python-minifier/compare/2.3.2...2.4.0
[2.3.2]: https://github.com/dflook/python-minifier/compare/2.3.1...2.3.2
[2.3.1]: https://github.com/dflook/python-minifier/compare/2.3.0...2.3.1
[2.3.0]: https://github.com/dflook/python-minifier/compare/2.2.1...2.3.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Transforms Python source code into it's most compact representation.

python-minifier supports Python 2.6 to 2.7 and Python 3.3 to 3.9.

* [PyPi](https://pypi.org/project/python-minifier/)
* [PyPI](https://pypi.org/project/python-minifier/)
* [Documentation](https://dflook.github.io/python-minifier/)
* [Issues](https://github.com/dflook/python-minifier/issues)

Expand Down

0 comments on commit 6cc0fbd

Please sign in to comment.