Skip to content

Commit a4779aa

Browse files
committed
1.1.0 release
1 parent 84af719 commit a4779aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 1.1.0 (unreleased)
3+
## 1.1.0 (2022-04-05)
44
- CHANGED: tuple output delimited by a tab instead of ', '
55
- string repeat operator (`s *= 1` no more converted to `s = s *= 1`)
66
- zero is added amongst `numbers`

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='pz',
11-
version='1.1.0rc1',
11+
version='1.1.0',
1212
author='Edvard Rejthar',
1313
author_email='edvard.rejthar@nic.cz',
1414
url='https://github.com/CZ-NIC/pz',

0 commit comments

Comments
 (0)