Skip to content

Commit a73a0f1

Browse files
committed
Release 0.27.0
1 parent df36ba4 commit a73a0f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PICMI_Python/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ be updated. The update has several steps, updating the version number, adding a
3636
of PyPI.
3737

3838
Currently, the version number is modified by hand by modifying the number in the `version.py` file, incrementing the second
39-
number, the minor release version. After changing the file, make a commit with the change with a comment like "Release 0.22.0",
39+
number, the minor release version. After changing the file, make a commit with the change with a comment like "Release 0.27.0",
4040
updating the version number of course.
4141
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
4242
it has been approved.
4343

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

4646
```
47-
git tag -a 0.22.0 -m "Release 0.22.0"
47+
git tag -a 0.27.0 -m "Release 0.27.0"
4848
git push origin
4949
git push origin --tags
5050
```

PICMI_Python/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.26.0'
1+
__version__ = '0.27.0'

0 commit comments

Comments
 (0)