Skip to content

Commit

Permalink
Preparing release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Nov 22, 2023
1 parent ccb72c8 commit 4958dd1
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
17 changes: 17 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,20 @@
<!-- towncrier-draft-entries:: Not yet released -->

<!-- towncrier release notes start -->

## [0.2.3](https://github.com/mcflugen/compaction/tree/0.2.3) - 2023-11-21


### Other Changes and Additions

- Set up [towncrier](https://towncrier.readthedocs.io/en/stable/index.html)
to manage the changelog. [#16](https://github.com/mcflugen/compaction/issues/16)
- Added a [pre-commit](https://pre-commit.com/) hook file for running
the linters. [#16](https://github.com/mcflugen/compaction/issues/16)
- Added a [nox](https://nox.thea.codes/en/stable/) file for routine
project management like running the tests and linting. [#16](https://github.com/mcflugen/compaction/issues/16)
- Added GitHub Actions for running the continuous integration tests, which
includes running the tests and linters. [#16](https://github.com/mcflugen/compaction/issues/16)
- Moved static project metadata from *setup.py* to the now standard
*pyproject.toml*. [#16](https://github.com/mcflugen/compaction/issues/16)
- Added support for Python 3.12 and dropped support for Python 3.9. [#19](https://github.com/mcflugen/compaction/issues/19)
3 changes: 0 additions & 3 deletions news/16.misc.1

This file was deleted.

3 changes: 0 additions & 3 deletions news/16.misc.2

This file was deleted.

3 changes: 0 additions & 3 deletions news/16.misc.3

This file was deleted.

3 changes: 0 additions & 3 deletions news/16.misc.4

This file was deleted.

3 changes: 0 additions & 3 deletions news/16.misc.5

This file was deleted.

2 changes: 0 additions & 2 deletions news/19.misc

This file was deleted.

2 changes: 1 addition & 1 deletion src/compaction/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.3b2"
__version__ = "0.2.3"

0 comments on commit 4958dd1

Please sign in to comment.