Skip to content

Commit

Permalink
release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Mar 6, 2024
1 parent 81395e2 commit 5e29d8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions RELEASING.md
Expand Up @@ -14,7 +14,7 @@ flake8 src
```

- Update the version number, by removing the trailing `.dev0` in:
- `setup.py`
- `setup.cfg`
- `src/pyclts/__init__.py`

- Create the release commit:
Expand Down Expand Up @@ -42,7 +42,7 @@ git push --tags

- Change version for the next release cycle, i.e. incrementing and adding .dev0

- `setup.py`
- `setup.cfg`
- `src/pyclts/__init__.py`

- Commit/push the version change:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = pyclts
version = 3.1.2.dev0
version = 3.2.0
author = Johann-Mattis List, Cormac Anderson, Tiago Tresoldi, and Robert Forkel
author_email = mattis.list@lingpy.org
description = Programmatic access to CLTS
Expand Down
2 changes: 1 addition & 1 deletion src/pyclts/__init__.py
Expand Up @@ -3,4 +3,4 @@
from pyclts.soundclasses import SoundClasses # noqa: F401
from pyclts.api import CLTS # noqa: F401

__version__ = '3.1.2.dev0'
__version__ = '3.2.0'

0 comments on commit 5e29d8a

Please sign in to comment.