Skip to content

Commit

Permalink
1.1.0 - drop py3.7 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Mar 21, 2024
1 parent c0134b3 commit 2cee437
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Releasing clld-audio-plugin
tox -r
```

- Change setup.py version to the new version number.
- Change setup.cfg version to the new version number.

- Bump version number:
```
Expand All @@ -37,7 +37,7 @@ Releasing clld-audio-plugin
git push --tags
```

- Append `.dev0` to the version number in `setup.py` for the new development cycle.
- Append `.dev0` to the version number in `setup.cfg` for the new development cycle.

- Commit/push the version change:
```shell
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = clld-audio-plugin
version = 1.0.1.dev0
version = 1.1.0
license_file = LICENSE
author = Robert Forkel
author_email = [email protected]
Expand Down

0 comments on commit 2cee437

Please sign in to comment.