Skip to content

Commit ba8a5ae

Browse files
committed
Bump version: 1.8.3 → 1.9.0
1 parent 900a396 commit ba8a5ae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.8.3
2+
current_version = 1.9.0
33
commit = True
44
tag = True
55

reacton/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.8.3"
1+
__version__ = "1.9.0"

release.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
To make a new release
88
```
99
# update reacton/_version.py
10-
$ git add -u && git commit -m 'Release v1.8.3' && git tag v1.8.3 && git push upstream master v1.8.3
10+
$ git add -u && git commit -m 'Release v1.9.0' && git tag v1.9.0 && git push upstream master v1.9.0
1111
```
1212

1313

1414
If a problem happens, and you want to keep the history clean
1515
```
1616
# do fix
1717
$ git rebase -i HEAD~3
18-
$ git tag v1.8.3 -f && git push upstream master v1.8.3 -f
18+
$ git tag v1.9.0 -f && git push upstream master v1.9.0 -f
1919
```

0 commit comments

Comments
 (0)