Skip to content

Commit

Permalink
Missed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Thrameos committed Jul 27, 2020
1 parent b06a11b commit 470e6bb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ commit = True
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\_(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}_{release}{build}
{major}.{minor}.{patch}.{release}{build}
{major}.{minor}.{patch}

[bumpversion:part:release]
Expand Down
1 change: 0 additions & 1 deletion doc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ This changelog *only* contains changes from the *first* pypi release (0.5.4.3) o

Latest Changes:
- **1.0.2 - 2020-07-27**
- **1.0.2_dev0 - 2020-07-16**

- java.util.Iterable will take a Python sequence as an implicit conversion.

Expand Down
2 changes: 1 addition & 1 deletion doc/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Full process:
``git checkout -b releases/{version}``
- [ ] Merge the current master with the release
``git pull origin master``
- [ ] Edit doc/CHANGELOG.rst
- [ ] Start a release
``bumpversion release``
- [ ] Edit doc/CHANGELOG.rst
- [ ] Send the release to be evaluated
``git push``
- [ ] Verify CI on azure
Expand Down

0 comments on commit 470e6bb

Please sign in to comment.