Start new release cycle

This commit is contained in:
Hugo 2018-08-08 11:23:04 +03:00
parent bf68d17ca2
commit 245dd47a41
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ edit pylast/version.py
```
* [ ] Commit and tag with the version number:
```bash
git add pylast/__init__.py setup.py
git add pylast/version.py
git commit -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:
```bash
git add pylast/__init__.py setup.py
git add pylast/version.py
git commit -m "Start new release cycle"
git push
```

View file

@ -1,2 +1,2 @@
# Master version for pylast
__version__ = "2.4.0"
__version__ = "2.5.0.dev0"