File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -146,6 +146,15 @@ The original ``git-up`` has been written by aanand:
146146Changelog
147147---------
148148
149+ v2.0.3 (*2021-09-23 *)
150+ ~~~~~~~~~~~~~~~~~~~~~
151+
152+ - Drop support for Python 3.6 (following GitPython)
153+ - Update PyGitUp's CLI argument parser `Click <https://click.palletsprojects.com/en/8.0.x/ >`_
154+ to version 8.0. Thanks `@hugovk <https://github.com/hugovk >`_
155+ for `Pull Request #109 <https://github.com/msiemens/PyGitUp/pull/109 >`_.
156+ - Update other dependencies
157+
149158v2.0.2 (*2020-12-30 *)
150159~~~~~~~~~~~~~~~~~~~~~
151160
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " git-up"
3- version = " 2.0.2 "
3+ version = " 2.0.3 "
44description = " A python implementation of 'git up'"
55authors = [
" Markus Siemens <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments