diff --git a/CHANGELOG.md b/CHANGELOG.md index bae4542..070868e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. -## Unreleased +## 1.3.0 - 2020-07-26 ### Added - Test for short alphabet @@ -51,6 +51,7 @@ Added - initial release, compatible with JS version 0.1.x +[1.3.0]: https://github.com/davidaurelio/hashids-python/compare/1.2.0...1.3.0 [1.2.0]: https://github.com/davidaurelio/hashids-python/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/davidaurelio/hashids-python/compare/1.0.3...1.1.0 [1.0.3]: https://github.com/davidaurelio/hashids-python/compare/1.0.2...1.0.3 diff --git a/hashids.py b/hashids.py index 10e88e9..30b72f4 100644 --- a/hashids.py +++ b/hashids.py @@ -4,7 +4,7 @@ from functools import wraps from math import ceil -__version__ = '1.2.0' +__version__ = '1.3.0' RATIO_SEPARATORS = 3.5 RATIO_GUARDS = 12