Skip to content

Commit 9091dcd

Browse files
committed
chore: release v2.1.0
1 parent ab22cb4 commit 9091dcd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,13 @@ The original ``git-up`` has been written by aanand:
146146
Changelog
147147
---------
148148

149+
v2.1.0 (*2021-10-02*)
150+
~~~~~~~~~~~~~~~~~~~~~
151+
152+
- Switch to Python's ``argparse`` for CLI argument parsing. Thanks
153+
`@ekohl <https://github.com/ekohl>`_ for `Pull Request #96
154+
<https://github.com/msiemens/PyGitUp/pull/96>`_.
155+
149156
v2.0.3 (*2021-09-23*)
150157
~~~~~~~~~~~~~~~~~~~~~
151158

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.3"
3+
version = "2.1.0"
44
description = "A python implementation of 'git up'"
55
authors = ["Markus Siemens <markus@m-siemens.de>"]
66
license = "MIT"

0 commit comments

Comments
 (0)