summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2017-12-11 17:32:00 +0100
committerSebastian Thiel <byronimo@gmail.com>2017-12-11 17:32:00 +0100
commit9d15bc65735852d3dce5ca6d779a90a50c5323b8 (patch)
tree7ca9abe58f82023ec3aaade7d50cfe904f29c826
parent09d2ae5f1ca47e3aede940e15c28fc4c3ff1e9eb (diff)
downloadgitpython-2.1.8.tar.gz
Bump version to v2.1.82.1.8
-rw-r--r--README.md2
-rw-r--r--VERSION2
-rw-r--r--doc/source/changes.rst11
3 files changed, 12 insertions, 3 deletions
diff --git a/README.md b/README.md
index 68c7a3c3..ad428e62 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ Please have a look at the [contributions file][contributing].
* Update/verify the version in the `VERSION` file
* Update/verify that the changelog has been updated
* Commit everything
-* Run `git tag <version>` to tag the version in Git
+* Run `git tag -s <version>` to tag the version in Git
* Run `make release`
* Finally, set the upcoming version in the `VERSION` file, usually be
incrementing the patch level, and possibly by appending `-dev`. Probably you
diff --git a/VERSION b/VERSION
index 04b10b4f..ebf14b46 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.1.7
+2.1.8
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 4aedf936..70f66a7d 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -2,7 +2,16 @@
Changelog
=========
-2.1.6 - Bugfixes
+2.1.8 - bugfixes
+====================================
+
+See the following for (most) details:
+https://github.com/gitpython-developers/GitPython/milestone/23?closed=1
+
+or run have a look at the difference between tags v2.1.7 and v2.1.8:
+https://github.com/gitpython-developers/GitPython/compare/2.1.7...2.1.8
+
+2.1.6 - bugfixes
====================================
* support for worktrees