aboutsummaryrefslogtreecommitdiff
path: root/py_release_tools/commands.py
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2015-12-12 20:18:07 -0800
committerMike Crute <mcrute@gmail.com>2015-12-12 20:18:07 -0800
commitc8fabce5a8e0413f5d13f85468839372f45b72ee (patch)
treefcdeba9a0312d21580b9ba1887dbbe2ab84ca12c /py_release_tools/commands.py
parent662c122dd4589808f4df58fbbd63b0b03b4d1d9d (diff)
downloadpy_release_tools-c8fabce5a8e0413f5d13f85468839372f45b72ee.tar.bz2
py_release_tools-c8fabce5a8e0413f5d13f85468839372f45b72ee.tar.xz
py_release_tools-c8fabce5a8e0413f5d13f85468839372f45b72ee.zip
Update distribution versionHEADrelease-0.1.3master
Diffstat (limited to 'py_release_tools/commands.py')
-rw-r--r--py_release_tools/commands.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/py_release_tools/commands.py b/py_release_tools/commands.py
index 1570447..b36d893 100644
--- a/py_release_tools/commands.py
+++ b/py_release_tools/commands.py
@@ -94,6 +94,7 @@ class IncrementSemanticVersion(SimpleCommand):
94 "commit all changes before release") 94 "commit all changes before release")
95 95
96 new_version = self._update_version() 96 new_version = self._update_version()
97 self.distribution.metadata.version = new_version
97 98
98 check_output([ 99 check_output([
99 "git", "commit", "-a", "-m", "Release {}".format(new_version)]) 100 "git", "commit", "-a", "-m", "Release {}".format(new_version)])