boxed/mutmut

2.4.3 and 2.4.4 release are not tagged in repo

Opened this issue · 0 comments

Looking at the git log, there are no tags for the 2.4.3 and 2.4.4 releases:

*   90ed55c - (HEAD -> master, origin/master, origin/HEAD) Merge pull request #292 from khink/raise-exception-if-no-test-folder.. (Fri Oct 13 12:57:38 2023) Anders Hovmöller
|\  
| * 43b2b6a - Raise FileNotFoundError if no test dirs are found                      (Fri Oct 13 10:26:48 2023) Kees Hink
|/  
*   8ee19e9 - Merge pull request #290 from WiredNerd/html                            (Sat Sep 16 19:51:42 2023) Anders Hovmöller
|\  
| * 9af3db2 - fix: Sort Mutant List by Filename when building HTML output            (Sat Sep 16 19:36:49 2023) WiredNerd
|/  
*   f2015f4 - Merge pull request #288 from EJahren/use_dataclasses                   (Sat Sep 16 18:32:16 2023) Anders Hovmöller
|\  
| * 0d03901 - Use type-hints in __main__.py                                          (Sat Sep 16 15:55:53 2023) Eivind Jahren
| * 3356cd8 - Use dataclass for Config                                               (Sat Sep 16 15:55:46 2023) Eivind Jahren
| * ef833ce - Rename incorrectly spelled multiplier                                  (Sat Sep 16 15:52:46 2023) Eivind Jahren
| * 7f111e1 - Use dataclass for RelativeMutationID                                   (Sat Sep 16 15:41:05 2023) Eivind Jahren
* | cc17547 - Merge pull request #287 from EJahren/housekeeping                      (Sat Sep 9 06:31:00 2023) Anders Hovmöller
|\| 
| * 4beb279 - Remove redundant object inheritance                                    (Fri Sep 8 22:12:22 2023) Eivind Jahren
| * 4e88f08 - Use typehints instead of type comments                                 (Fri Sep 8 22:12:22 2023) Eivind Jahren
|/  
*   53d4aa1 - Merge pull request #277 from TalAmuyal/tal-amuyal-allow-newer-versio.. (Mon Mar 27 12:20:49 2023) Anders Hovmöller
|\  
| * fcfec9a - Allow newer versions of junit-xml                                      (Mon Mar 27 12:12:33 2023) Tal Amuyal
|/  
* 33e79bf - Spelling                                                               (Mon Mar 13 19:50:43 2023) Anders Hovmöller
*   bd5eac5 - Merge pull request #273 from boxed/fstring-mutation                    (Fri Feb 10 07:29:48 2023) Anders Hovmöller
|\  
| * ec40ff9 - Introduce mutation of f-strings                                        (Thu Feb 9 22:34:35 2023) Jan Królikowski
|/  
*   f8d5dd8 - Merge pull request #271 from yanekk/test-and-fix-patch-based-mutation  (Sat Jan 28 20:18:41 2023) Anders Hovmöller
|\  
| * 2555d43 - Fix issue with empty file patches + tests                              (Sat Jan 28 17:34:48 2023) Jan Królikowski
|/  
* 38ffd10 - Release                                                                (Sun Dec 11 17:57:28 2022) Anders Hovmöller
*   66ff9cc - Merge pull request #269 from yanekk/issue-183                          (Sun Dec 11 17:52:45 2022) Anders Hovmöller
|\  
| * 3b58d19 - Fix thread synchronization issue, add test                             (Sun Dec 11 12:29:43 2022) Jan Królikowski
|/  
*   e2f579d - Merge pull request #268 from maxkahan/master                           (Sat Dec 3 11:26:42 2022) Anders Hovmöller
|\  
| * 7e3799d - adding "--CI" flag option to mutmut run command                        (Sat Dec 3 00:18:26 2022) maxkahan
|/  
* 6a47569 - (tag: 2.4.2) Release                                                                (Sat Oct 29 21:15:56 2022) Anders Hovmöller

However, these are present on PyPi: https://pypi.org/project/mutmut/#history

image