Skip to content

Commit

Permalink
Release 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Schrijver committed Sep 14, 2020
1 parent 0a6f02a commit 961886f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[bumpversion]
current_version = 1.1.8
commit = true
message = Release {new_version}
tag = true

[bumpversion:file:CHANGELOG.md]
search = Unreleased
replace = v{new_version} ({now:%Y-%m-%d})

[bumpversion:file:setup.py]
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

## v1.1.7 (2019-10-22)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='zipstream-new',
version='1.1.7',
version='1.1.8',
description='Zipfile generator that takes input files as well as streams',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 961886f

Please sign in to comment.