From c8a1e86dd869c5aeae161e1e59a4cc1f93206055 Mon Sep 17 00:00:00 2001 From: Markus Siemens Date: Wed, 26 Aug 2020 09:49:25 +0200 Subject: [PATCH] Version bump to v2.0.1 --- README.rst | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 12247ed..c94ab86 100644 --- a/README.rst +++ b/README.rst @@ -146,6 +146,11 @@ The original ``git-up`` has been written by aanand: Changelog --------- +v2.0.1 (*2020-08-26*) +~~~~~~~~~~~~~~~~~~~~~ + +- Update dependencies + v2.0.0 (*2020-08-15*) ~~~~~~~~~~~~~~~~~~~~~ diff --git a/pyproject.toml b/pyproject.toml index 691fae8..d48d8c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "git-up" -version = "2.0.0" +version = "2.0.1" description = "A python implementation of 'git up'" authors = ["Markus Siemens "] license = "MIT"