Skip to content

Commit 961886f

Browse files
author
Arjan Schrijver
committed
Release 1.1.8
1 parent 0a6f02a commit 961886f

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[bumpversion]
2+
current_version = 1.1.8
3+
commit = true
4+
message = Release {new_version}
5+
tag = true
6+
7+
[bumpversion:file:CHANGELOG.md]
8+
search = Unreleased
9+
replace = v{new_version} ({now:%Y-%m-%d})
10+
11+
[bumpversion:file:setup.py]

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This file details the changes that were made after forking v1.1.4 from https://github.com/allanlei/python-zipstream.
44

5-
## Unreleased
5+
## v1.1.8 (2020-09-14)
66
* New datetime parameter in write_iter (https://github.com/arjan-s/python-zipstream/pull/8)
77

88
## v1.1.7 (2019-10-22)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='zipstream-new',
10-
version='1.1.7',
10+
version='1.1.8',
1111
description='Zipfile generator that takes input files as well as streams',
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)