We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b376719 commit 119be9dCopy full SHA for 119be9d
3 files changed
NEWS.md
@@ -1,5 +1,8 @@
1
# python-bugzilla release news
2
3
+## Release 3.0.1 (October 07, 2020)
4
+- Skip man page generation to fix build on Windows (Alexander Todorov)
5
+
6
## Release 3.0.0 (October 03, 2020)
7
- Drop python2 support
8
- New option `bugzilla modify --minor-update option`
bugzilla/apiversion.py
@@ -4,5 +4,5 @@
# This work is licensed under the GNU GPLv2 or later.
# See the COPYING file in the top-level directory.
-version = "3.0.0"
+version = "3.0.1"
__version__ = version
python-bugzilla.spec
@@ -1,5 +1,5 @@
Name: python-bugzilla
-Version: 3.0.0
+Version: 3.0.1
Release: 1%{?dist}
Summary: Python library for interacting with Bugzilla
0 commit comments