Skip to content

Commit 119be9d

Browse files
committed
Prep for release 3.0.1
Signed-off-by: Cole Robinson <crobinso@redhat.com>
1 parent b376719 commit 119be9d

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# python-bugzilla release news
22

3+
## Release 3.0.1 (October 07, 2020)
4+
- Skip man page generation to fix build on Windows (Alexander Todorov)
5+
36
## Release 3.0.0 (October 03, 2020)
47
- Drop python2 support
58
- New option `bugzilla modify --minor-update option`

bugzilla/apiversion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# This work is licensed under the GNU GPLv2 or later.
55
# See the COPYING file in the top-level directory.
66

7-
version = "3.0.0"
7+
version = "3.0.1"
88
__version__ = version

python-bugzilla.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: python-bugzilla
2-
Version: 3.0.0
2+
Version: 3.0.1
33
Release: 1%{?dist}
44
Summary: Python library for interacting with Bugzilla
55

0 commit comments

Comments
 (0)