Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01f74a3

Browse files
committed
chore: release v2.0.3
1 parent 8479fa1 commit 01f74a3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,15 @@ The original ``git-up`` has been written by aanand:
146146
Changelog
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+
149158
v2.0.2 (*2020-12-30*)
150159
~~~~~~~~~~~~~~~~~~~~~
151160

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "git-up"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
description = "A python implementation of 'git up'"
55
authors = ["Markus Siemens <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)