We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900a396 commit ba8a5aeCopy full SHA for ba8a5ae
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.8.3
+current_version = 1.9.0
3
commit = True
4
tag = True
5
reacton/_version.py
@@ -1 +1 @@
-__version__ = "1.8.3"
+__version__ = "1.9.0"
release.md
@@ -7,13 +7,13 @@
7
To make a new release
8
```
9
# 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
+$ git add -u && git commit -m 'Release v1.9.0' && git tag v1.9.0 && git push upstream master v1.9.0
11
12
13
14
If a problem happens, and you want to keep the history clean
15
16
# do fix
17
$ git rebase -i HEAD~3
18
-$ git tag v1.8.3 -f && git push upstream master v1.8.3 -f
+$ git tag v1.9.0 -f && git push upstream master v1.9.0 -f
19
0 commit comments