Skip to content

Commit

Permalink
Bump version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Aug 9, 2019
1 parent 795ca07 commit 267a3d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-deb.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
ver="0.4"
ver="0.5"
git pull
rm ../pvc_*
dh_make -p pvc_${ver} --createorig --single --yes
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pvc (0.5-0) unstable; urgency=medium

* First public release

-- Joshua Boniface <[email protected]> Thu, 08 Aug 2019 20:55:51 -0400

pvc (0.4-0) unstable; urgency=medium

* Unification of all daemons into node daemon
Expand Down
2 changes: 1 addition & 1 deletion node-daemon/pvcd/Daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
###############################################################################

# Version string for startup output
version = '0.4'
version = '0.5'

import kazoo.client
import libvirt
Expand Down

0 comments on commit 267a3d1

Please sign in to comment.