Skip to content

Commit 72d32cd

Browse files
committed
Prep for release 2.3.0
1 parent 0b29f5c commit 72d32cd

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

NEWS.md

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

3+
## Release 2.3.0 (August 26, 2019)
4+
- restrict-login suppot (Viliam Krizan)
5+
- cli: Add support for private attachments (Brian 'Redbeard' Harrington)
6+
- Fix python3 deprecation warnings
7+
- Drop python 3.3 support, minimum python3 is python 3.4 now
8+
39
## Release 2.2.0 (August 11, 2018)
410
- Port tests to pytest
511
- cli: --cert Client side certificate support (Tobias Wolter)

bugzilla/apiversion.py

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

10-
version = "2.2.0"
10+
version = "2.3.0"
1111
__version__ = version

python-bugzilla.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
%endif
1616

1717
Name: python-bugzilla
18-
Version: 2.2.0
18+
Version: 2.3.0
1919
Release: 1%{?dist}
2020
Summary: Python library for interacting with Bugzilla
2121

0 commit comments

Comments
 (0)