Skip to content

Commit

Permalink
Release 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgrote committed Sep 5, 2023
1 parent df36ba4 commit a73a0f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PICMI_Python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ be updated. The update has several steps, updating the version number, adding a
of PyPI.

Currently, the version number is modified by hand by modifying the number in the `version.py` file, incrementing the second
number, the minor release version. After changing the file, make a commit with the change with a comment like "Release 0.22.0",
number, the minor release version. After changing the file, make a commit with the change with a comment like "Release 0.27.0",
updating the version number of course.
Please don't make any other changes in the commit. Note that it is ok to push a version update directly to the main branch assuming
it has been approved.

Next, add a tag and push the changes to the repo:

```
git tag -a 0.22.0 -m "Release 0.22.0"
git tag -a 0.27.0 -m "Release 0.27.0"
git push origin
git push origin --tags
```
Expand Down
2 changes: 1 addition & 1 deletion PICMI_Python/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.26.0'
__version__ = '0.27.0'

0 comments on commit a73a0f1

Please sign in to comment.