From ae06420e2833f6b1c91473bd2756ea8ed296b3d1 Mon Sep 17 00:00:00 2001 From: Markus Siemens Date: Sat, 5 Oct 2024 21:59:58 +0200 Subject: [PATCH] chore: release v2.3.0 --- README.rst | 10 +++++++++- pyproject.toml | 3 +-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 5031b6e..9120071 100644 --- a/README.rst +++ b/README.rst @@ -160,6 +160,14 @@ The original ``git-up`` has been written by aanand: Changelog --------- +v2.3.0 (*2024-10-05*) +~~~~~~~~~~~~~~~~~~~~~ + +- Improve logging when updating large repositories. Thanks + `@bdmartin `_ for `Pull Request #132 + `_. +- Drop support for Python 3.7 + v2.2.0 (*2022-11-21*) ~~~~~~~~~~~~~~~~~~~~~ @@ -412,7 +420,7 @@ v0.1 (*2013-03-14*) - Initial Release -.. |Build Status| image:: https://img.shields.io/azure-devops/build/msiemens/3e5baa75-12ec-43ac-9728-89823ee8c7e2/1.svg?style=flat-square +.. |Build Status| image:: https://img.shields.io/github/actions/workflow/status/msiemens/PyGitUp/ci-workflow.yml?style=flat-square :target: https://dev.azure.com/msiemens/github/_build?definitionId=1 .. |Coverage Status| image:: http://img.shields.io/coveralls/msiemens/PyGitUp/master.svg?style=flat-square diff --git a/pyproject.toml b/pyproject.toml index 0b47119..349f5d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "git-up" -version = "2.2.0" +version = "2.3.0" description = "A python implementation of 'git up'" authors = ["Markus Siemens "] license = "MIT" @@ -19,7 +19,6 @@ classifiers = [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",