Skip to content

Commit

Permalink
1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
e3rd committed Apr 5, 2022
1 parent 84af719 commit a4779aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 1.1.0 (unreleased)
## 1.1.0 (2022-04-05)
- CHANGED: tuple output delimited by a tab instead of ', '
- string repeat operator (`s *= 1` no more converted to `s = s *= 1`)
- zero is added amongst `numbers`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='pz',
version='1.1.0rc1',
version='1.1.0',
author='Edvard Rejthar',
author_email='edvard.rejthar@nic.cz',
url='https://github.com/CZ-NIC/pz',
Expand Down

0 comments on commit a4779aa

Please sign in to comment.