Skip to content

Commit 6b792fc

Browse files
committed
Prep for release 0.8.0
1 parent dc9cad0 commit 6b792fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bugzilla.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH bugzilla 1 "February 15, 2013" "version 0.7.0" "User Commands"
1+
.TH bugzilla 1 "February 15, 2013" "version 0.8.0" "User Commands"
22
.SH NAME
33
bugzilla \- command-line interface to Bugzilla over XML-RPC
44
.SH SYNOPSIS

bugzilla/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# option) any later version. See http://www.gnu.org/copyleft/gpl.html for
1010
# the full text of the license.
1111

12-
__version__ = "0.7.0"
12+
__version__ = "0.8.0"
1313
version = __version__
1414

1515
import logging

0 commit comments

Comments
 (0)