git-commitflow 1.1.2__tar.gz → 1.1.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: git-commitflow
3
- Version: 1.1.2
3
+ Version: 1.1.3
4
4
  Summary: A git add/commit/push helper
5
5
  Home-page: https://github.com/jamescherti/git-commitflow
6
6
  Author: James Cherti
@@ -382,7 +382,7 @@ class GitCommitFlow:
382
382
  previous_message = \
383
383
  "\n".join(
384
384
  self._run("git --no-pager log -1 --pretty=%B")).rstrip()
385
- print("Previous git message: ",
385
+ print("Previous git message:",
386
386
  Fore.YELLOW + previous_message + Fore.RESET)
387
387
  self.readline_manager.append_to_history(previous_message)
388
388
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: git-commitflow
3
- Version: 1.1.2
3
+ Version: 1.1.3
4
4
  Summary: A git add/commit/push helper
5
5
  Home-page: https://github.com/jamescherti/git-commitflow
6
6
  Author: James Cherti
@@ -23,7 +23,7 @@ from setuptools import find_packages, setup
23
23
 
24
24
  setup(
25
25
  name="git-commitflow",
26
- version="1.1.2",
26
+ version="1.1.3",
27
27
  packages=find_packages(),
28
28
  description="A git add/commit/push helper",
29
29
  long_description=((Path(__file__).parent.resolve().joinpath("README.md"))
File without changes
File without changes
File without changes