File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.1
2+ current_version = 0.1.2
33
44[bumpversion:file:pyproject.toml]
55search = version = " {current_version}"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " shot"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44description = " A CLI for managing screenshots on OSX"
55authors = [" Conor Sheehan <conor.sheehan.dev@gmail.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1010import termcolor
1111
1212commands = {"cp" : "Copied" , "mv" : "Moved" }
13- __version__ = "0.1.1 "
13+ __version__ = "0.1.2 "
1414
1515
1616def _get_shell_output (args : List [str ], encoding : str ) -> str :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def test_version(self):
2525 """
2626 should return the version
2727 """
28- assert shot (version = True ) == "0.1.1 "
28+ assert shot (version = True ) == "0.1.2 "
2929
3030 @patch ("glob.glob" )
3131 @patch ("shutil.copy" )
You can’t perform that action at this time.
0 commit comments