Skip to content

Commit e319f31

Browse files
committed
Bump version 0.5.1 -> 0.5.2
1 parent d626104 commit e319f31

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
**v0.5.2**
4+
- Export Sqids from sqids module ([PR #28](https://github.com/sqids/sqids-python/pull/28), thanks to [@Popkornium18](https://github.com/Popkornium18)).
5+
36
**v0.5.1**
47
- Replace `numbers: List[int]` with `numbers: Sequence[int]` in encode function ([PR #25](https://github.com/sqids/sqids-python/pull/25), thanks to [@aliwo](https://github.com/aliwo)).
58

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "sqids"
33
description = "Generate YouTube-like ids from numbers."
4-
version = "0.5.1"
4+
version = "0.5.2"
55
readme = "README.md"
66
authors = []
77
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)