Skip to content

Commit eecfa00

Browse files
committed
Version bump to v2.0.2
1 parent 0f53912 commit eecfa00

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.rst

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

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+
149155
v2.0.1 (*2020-08-26*)
150156
~~~~~~~~~~~~~~~~~~~~~
151157

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

0 commit comments

Comments
 (0)