File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed
Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 22Changelog
33=========
44
5+ * :release: `0.12.3 <2023-12-20> `
56* :bug: `128 ` Properly handle assertion failures during setUp/tearDown
67* :support: `145 ` Support Python 3.12 (and drop 3.8)
78* :release: `0.12.2 <2023-12-20> `
Original file line number Diff line number Diff line change 1- 0.12.2
1+ 0.12.3
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = file: marbles/core/VERSION
44author = Jane Adams, Leif Walsh
55author_email = jane@twosigma.com, leif@twosigma.com
66url = https://github.com/twosigma/marbles
7- download_url = https://github.com/twosigma/marbles/archive/0.12.2 .tar.gz
7+ download_url = https://github.com/twosigma/marbles/archive/0.12.3 .tar.gz
88description = A unittest extension that provides additional information on test failure
99long_description = file: README.rst
1010long_description_content_type = text/x-rst; charset=UTF-8
Original file line number Diff line number Diff line change 1- 0.12.2
1+ 0.12.3
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = file: marbles/mixins/VERSION
44author = Jane Adams, Leif Walsh
55author_email = jane@twosigma.com, leif@twosigma.com
66url = https://github.com/twosigma/marbles
7- download_url = https://github.com/twosigma/marbles/archive/0.12.2 .tar.gz
7+ download_url = https://github.com/twosigma/marbles/archive/0.12.3 .tar.gz
88description = Semantically-rich assertions for use in marbles and unittest test cases
99long_description = file: README.rst
1010long_description_content_type = text/x-rst; charset=UTF-8
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.12.2
2+ current_version = 0.12.3
33commit = True
44tag = False
55
66[metadata]
77name = marbles
8- version = 0.12.2
8+ version = 0.12.3
99author = Jane Adams, Leif Walsh
1010author_email = jane@twosigma.com, leif@twosigma.com
1111url = https://github.com/twosigma/marbles
12- download_url = https://github.com/twosigma/marbles/archive/0.12.2 .tar.gz
12+ download_url = https://github.com/twosigma/marbles/archive/0.12.3 .tar.gz
1313description = Read better test failures
1414long_description = file: README.rst
1515long_description_content_type = text/x-rst; charset=UTF-8
You can’t perform that action at this time.
0 commit comments