File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 3232 pip install hatch
3333 - name : Build package
3434 run : hatch build
35- - name : Test package
36- run : hatch run test
3735 - name : Publish package distributions to PyPI
3836 uses : pypa/gh-action-pypi-publish@release/v1
3937 if : github.event_name == 'push' && startsWith(github.ref, 'refs/heads/2')
Original file line number Diff line number Diff line change @@ -9,14 +9,20 @@ Changes and improvements to testtools_, grouped by release.
99Improvements
1010------------
1111
12- * Add ``Nearly`` matcher for approximate numerical comparisons. (#222)
12+ * Add ``Nearly`` matcher for approximate numerical comparisons.
13+ (Jelmer Vernooij, #222)
14+
15+ * Improve handling of sets in ``assertEquals``.
16+ (Jelmer Vernooij, #108)
1317
1418Changes
1519-------
1620
1721 * Re-add accidentally removed methods on StreamToExtendedDecorator.
1822 (Jelmer Vernooij)
1923
24+ * Add typing. (Jelmer Vernooij, Stephen Finucane)
25+
20262.8.0
2127~~~~~
2228
You can’t perform that action at this time.
0 commit comments