File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Make sure all your changes are committed.
6565Then run:
6666
6767```bash
68- $ bump2version dev_release # possible: major / minor / patch / dev_release
68+ $ bump2version patch # possible: major / minor / patch
6969$ git push
7070$ git push --tags
7171```
Original file line number Diff line number Diff line change 33
44# Do not edit this string manually, always use bump2version
55# Details in CONTRIBUTING.md
6- __version__ = "3.0.0.dev27 "
6+ __version__ = "3.0.0"
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.0.0.dev27
3- parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+).dev(?P<dev_release>\d+)
4- serialize = {major}.{minor}.{patch}.dev{dev_release}
2+ current_version = 3.0.0
3+ parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
4+ serialize = {major}.{minor}.{patch}
55commit = True
66tag = True
77
Original file line number Diff line number Diff line change 148148 url = "https://github.com/CouncilDataProject/cdp-backend" ,
149149 # Do not edit this string manually, always use bump2version
150150 # Details in CONTRIBUTING.rst
151- version = "3.0.0.dev27 " ,
151+ version = "3.0.0" ,
152152 zip_safe = False ,
153153)
You can’t perform that action at this time.
0 commit comments