Skip to content

Commit

Permalink
release 0.233.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gisogrimm committed Aug 30, 2024
1 parent 0a35a4b commit f16cb06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
0.233.0: fix reload problems, brew release and minor improvements
0.232.2: add unit-testing for convex hull algorithm, add new plugins and minor features
0.232.1: add frequency weighting and time constant to level2osc plugin
0.232.0:
Expand Down
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# variables:
VERSION=0.232.2
VERSION=0.233.0

ARCH=$(shell uname -m)

Expand Down
4 changes: 2 additions & 2 deletions release.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ On branch development:

- increment version number in `config.mk`, edit `changelog`

- edit doc/news/index.html

- commit changes to git (do not push)

- create release tag: `make releasetag`
Expand All @@ -25,3 +23,5 @@ On branch development:
- create a brew release

- update release on zenodo

- edit news page of tascarwww repository

0 comments on commit f16cb06

Please sign in to comment.