-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
Description
(BurdenOfCommand) W:\BurdenOfCommand>python -m incremental.update --newversion=0.6.0 --path hex_game burdenofcommand
Updating codebase to 0.6.0
Updating W:\BurdenOfCommand\hex_game/_version.py
(BurdenOfCommand) W:\BurdenOfCommand>python -m incremental.update --rc --path hex_game burdenofcommand
Updating codebase to 20.1.0rc1
Updating W:\BurdenOfCommand\hex_game/_version.py
(BurdenOfCommand) W:\BurdenOfCommand>python -m incremental.update --newversion=0.6.0 --path hex_game burdenofcommand
Updating codebase to 0.6.0
Updating W:\BurdenOfCommand\hex_game\_version.py
Updating W:\BurdenOfCommand\hex_game/_version.py
(BurdenOfCommand) W:\BurdenOfCommand>python -m incremental.update --dev --path hex_game burdenofcommand
Updating codebase to 0.6.0dev0
Updating W:\BurdenOfCommand\hex_game/_version.py
(BurdenOfCommand) W:\BurdenOfCommand>python -m incremental.update --dev --path hex_game burdenofcommand
Updating codebase to 0.6.0dev1
Updating W:\BurdenOfCommand\hex_game/_version.py
(BurdenOfCommand) W:\BurdenOfCommand>python -m incremental.update --rc --path hex_game burdenofcommand
Updating codebase to 20.1.0rc1
Updating W:\BurdenOfCommand\hex_game/_version.py
Using Python 3.7.6 and incremental 17.5.0