Skip to content

Commit

Permalink
add reminder to fix version in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
scottprahl committed Mar 10, 2022
1 parent 9707fb7 commit 20ce871
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ Releasing a new version
# check
make rcheck

# update the version in setup.cfg and in docs/conf.py
# update the version in three different places!
# setup.cfg docs/conf.py laserbeamsize/__init__.py

git commit -m 'update version' setup.cfg docs/conf.py

# update CHANGELOG.rst `git shortlog v1.9.0..HEAD`
Expand Down

0 comments on commit 20ce871

Please sign in to comment.