Start new release cycle
This commit is contained in:
parent
bf68d17ca2
commit
245dd47a41
|
@ -8,7 +8,7 @@ edit pylast/version.py
|
||||||
```
|
```
|
||||||
* [ ] Commit and tag with the version number:
|
* [ ] Commit and tag with the version number:
|
||||||
```bash
|
```bash
|
||||||
git add pylast/__init__.py setup.py
|
git add pylast/version.py
|
||||||
git commit -m "Release 2.1.0"
|
git commit -m "Release 2.1.0"
|
||||||
git tag -a 2.1.0 -m "Release 2.1.0"
|
git tag -a 2.1.0 -m "Release 2.1.0"
|
||||||
```
|
```
|
||||||
|
@ -35,7 +35,7 @@ edit pylast/version.py
|
||||||
```
|
```
|
||||||
* [ ] Commit and push:
|
* [ ] Commit and push:
|
||||||
```bash
|
```bash
|
||||||
git add pylast/__init__.py setup.py
|
git add pylast/version.py
|
||||||
git commit -m "Start new release cycle"
|
git commit -m "Start new release cycle"
|
||||||
git push
|
git push
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
# Master version for pylast
|
# Master version for pylast
|
||||||
__version__ = "2.4.0"
|
__version__ = "2.5.0.dev0"
|
||||||
|
|
Loading…
Reference in a new issue