File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,15 @@ The original ``git-up`` has been written by aanand:
146
146
Changelog
147
147
---------
148
148
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
+
149
158
v2.0.2 (*2020-12-30 *)
150
159
~~~~~~~~~~~~~~~~~~~~~
151
160
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " git-up"
3
- version = " 2.0.2 "
3
+ version = " 2.0.3 "
4
4
description = " A python implementation of 'git up'"
5
5
authors = [
" Markus Siemens <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments