Skip to content

Commit 9d15bc6

Browse files
committed
Bump version to v2.1.8
1 parent 09d2ae5 commit 9d15bc6

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Please have a look at the [contributions file][contributing].
117117
* Update/verify the version in the `VERSION` file
118118
* Update/verify that the changelog has been updated
119119
* Commit everything
120-
* Run `git tag <version>` to tag the version in Git
120+
* Run `git tag -s <version>` to tag the version in Git
121121
* Run `make release`
122122
* Finally, set the upcoming version in the `VERSION` file, usually be
123123
incrementing the patch level, and possibly by appending `-dev`. Probably you

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.7
1+
2.1.8

doc/source/changes.rst

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,16 @@
22
Changelog
33
=========
44

5-
2.1.6 - Bugfixes
5+
2.1.8 - bugfixes
6+
====================================
7+
8+
See the following for (most) details:
9+
https://github.com/gitpython-developers/GitPython/milestone/23?closed=1
10+
11+
or run have a look at the difference between tags v2.1.7 and v2.1.8:
12+
https://github.com/gitpython-developers/GitPython/compare/2.1.7...2.1.8
13+
14+
2.1.6 - bugfixes
615
====================================
716

817
* support for worktrees

0 commit comments

Comments
 (0)