We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab22cb4 commit 9091dcdCopy full SHA for 9091dcd
README.rst
@@ -146,6 +146,13 @@ The original ``git-up`` has been written by aanand:
146
Changelog
147
---------
148
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
156
v2.0.3 (*2021-09-23*)
157
~~~~~~~~~~~~~~~~~~~~~
158
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "git-up"
3
-version = "2.0.3"
+version = "2.1.0"
4
description = "A python implementation of 'git up'"
5
authors = ["Markus Siemens <markus@m-siemens.de>"]
6
license = "MIT"
0 commit comments