We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f53912 commit eecfa00Copy full SHA for eecfa00
README.rst
@@ -146,6 +146,12 @@ The original ``git-up`` has been written by aanand:
146
Changelog
147
---------
148
149
+v2.0.2 (*2020-12-30*)
150
+~~~~~~~~~~~~~~~~~~~~~
151
+
152
+- Remove old Python 2 code. Thanks `@hugovk <https://github.com/hugovk>`_
153
+ for `Pull Request #104 <https://github.com/msiemens/PyGitUp/pull/104>`_.
154
155
v2.0.1 (*2020-08-26*)
156
~~~~~~~~~~~~~~~~~~~~~
157
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "git-up"
3
-version = "2.0.1.post1"
+version = "2.0.2"
4
description = "A python implementation of 'git up'"
5
authors = ["Markus Siemens <markus@m-siemens.de>"]
6
license = "MIT"
0 commit comments