Skip to content

Commit 9e0c60d

Browse files
committed
Merge branch 'master' of github.com:dflook/python-minifier
2 parents 2fdd1e8 + 9134157 commit 9e0c60d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4343
- python-minifier package
4444
- pyminify command
4545

46-
[Unreleased]: https://github.com/dflook/python-minifier/compare/2.0.0...HEAD
46+
[2.1.0]: https://github.com/dflook/python-minifier/compare/2.0.0...2.1.0
4747
[2.0.0]: https://github.com/dflook/python-minifier/compare/1.1.0...2.0.0
4848
[1.1.0]: https://github.com/dflook/python-minifier/compare/1.0.0...1.1.0
4949
[1.0.0]: https://github.com/dflook/python-minifier/tree/1.0.0

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Transforms Python source code into it's most compact representation.
44

5+
[Try it out!](https://python-minifier.com)
6+
57
python-minifier supports Python 2.6 to 2.7 and Python 3.3 to 3.7.
68

79
* [PyPi](https://pypi.org/project/python-minifier/)

0 commit comments

Comments
 (0)