Skip to content

Commit

Permalink
Merge pull request #141 from ithaka/chore/release-8.0.0-post.1
Browse files Browse the repository at this point in the history
Prep release 8.0.0-post.1
  • Loading branch information
daneah authored Oct 28, 2024
2 parents 6236cc8 + de0d908 commit 4405690
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ To participate in the release process, you'll need the following:

### Preparing a release

1. Once all changes for a release are approved and incorporated into `dev`, update the `setup.cfg` file to a new semantic version. Update `CHANGELOG.md` to reflect the new version and make sure all changes are reflected (see link in `CHANGELOG.md` for formatting).
1. Once all changes for a release are approved and incorporated into `dev`, update the `pyproject.toml` file to a new semantic version. Update `CHANGELOG.md` to reflect the new version and make sure all changes are reflected (see link in `CHANGELOG.md` for formatting).
1. Open a pull request titled something like "v3.X.X release prep" and merge to `dev`
1. Tag the head of `dev` as a new GitHub release matching the version in `setup.cfg`, using the body of the version's changes from `CHANGELOG.md` as the release description
1. Tag the head of `dev` as a new GitHub release matching the version in `pyproject.toml`, using the body of the version's changes from `CHANGELOG.md` as the release description
1. Monitor the resulting [actions](https://github.com/ithaka/apiron/actions) to make sure the build artifacts are uploaded to PyPI and the GitHub release
1. Smoke check the documentation build on Read the Docs
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [8.0.0-post.1] - 2024-10-28
### Changed
- Modernize package quality tooling and configuration
- Add support for Python 3.13
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "apiron"
version = "8.0.0"
version = "8.0.0-post.1"
description = "apiron helps you cook a tasty client for RESTful APIs. Just don't wash it with SOAP."
authors = [
{ name = "Ithaka Harbors, Inc.", email = "opensource@ithaka.org" },
Expand Down

0 comments on commit 4405690

Please sign in to comment.