Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidaurelio committed Jul 26, 2020
1 parent 48fb670 commit f710bab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hashids.py
Expand Up @@ -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
Expand Down

0 comments on commit f710bab

Please sign in to comment.