File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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]
Original file line number Diff line number Diff line change 22
33This 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)
Original file line number Diff line number Diff line change 77
88setup (
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" ,
You can’t perform that action at this time.
0 commit comments