We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0398f6 commit 3e967c5Copy full SHA for 3e967c5
README.rst
@@ -160,6 +160,13 @@ The original ``git-up`` has been written by aanand:
160
Changelog
161
---------
162
163
+v2.2.0 (*2022-11-21*)
164
+~~~~~~~~~~~~~~~~~~~~~
165
+
166
+- Add support for Python 3.11. Thanks
167
+ `@hugovk <https://github.com/hugovk>`_ for `Pull Request #118
168
+ <https://github.com/msiemens/PyGitUp/pull/118>`_.
169
170
v2.1.0 (*2021-10-02*)
171
~~~~~~~~~~~~~~~~~~~~~
172
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "git-up"
3
-version = "2.1.0"
+version = "2.2.0"
4
description = "A python implementation of 'git up'"
5
authors = ["Markus Siemens <markus@m-siemens.de>"]
6
license = "MIT"
0 commit comments