| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prepare for release. | Matthäus G. Chajdas | 2023-04-10 | 1 | -0/+1 |
| | | | | | | | * Update CHANGES. * Fix missing `versionadded` declarations. * Fix a few linter issues. | ||||
| * | Replace Makefile with tox (#2331) | Jean Abou-Samra | 2023-02-23 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | Porting notes: - tox handles Python environments automatically. Remove a bit of PYTHONPATH manipulation (that was using Python 2 code which always failed!) - No `clean` target: `git clean -xdf` should fit the bill. - No `reindent` target: the `reindent.py` script it was using does not exist (anymore?). - No equivalent of tox-test-coverage, which was an artifact of the past, using nose. Instead, the test-coverage target only is ported, which uses pytest, and works. | ||||
| * | Move metadata to pyproject.toml (#2342) | Jean Abou-Samra | 2023-02-15 | 1 | -1/+1 |
| | | |||||
| * | Update release-checklist. | Matthäus G. Chajdas | 2021-12-30 | 1 | -1/+1 |
| | | | | | Use -m build instead of setup.py. | ||||
| * | Add more checks to the release checklist. | Matthäus G. Chajdas | 2020-03-08 | 1 | -2/+4 |
| | | |||||
| * | Remove Python2 release instructions. | Matthäus G. Chajdas | 2020-03-08 | 1 | -1/+0 |
| | | |||||
| * | add github release step | Georg Brandl | 2019-11-29 | 1 | -1/+2 |
| | | |||||
| * | keep version number in one place, dont do the "x.y.z+" anymore | Georg Brandl | 2019-11-29 | 1 | -2/+2 |
| | | |||||
| * | Post-release updates; also tweak checklist | Georg Brandl | 2019-11-29 | 1 | -5/+3 |
| | | |||||
| * | Update hg/bitbucket -> git/github everywhere. | Georg Brandl | 2019-11-10 | 1 | -5/+5 |
| | | |||||
| * | Minimal fixup changes for the release, add release date.2.3.0 | Georg Brandl | 2018-11-25 | 1 | -16/+16 |
| | | |||||
| * | add release checklist | Georg Brandl | 2018-11-24 | 1 | -0/+24 |
