Skip to content

Commit

Permalink
bump version (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
solaluset authored May 6, 2024
1 parent 19de827 commit c0034e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

### Hint: use `https://github.com/solaluset/i18nice/compare/v<version 1 (older)>...v<version 2 (newer)>` to see full code difference between versions

### v0.15.1
- (pb) Positional arguments will not be passed to functions that don't have anything between brackets

### v0.15.0
- **(B)** Changed custom functions again. Now it is `lambda *a, **kw: a[kw["count"] != 1]`.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

setup(
name='i18nice',
version="0.15.0",
version="0.15.1",
description='Translation library for Python',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit c0034e3

Please sign in to comment.