Blame bugzilla/apiversion.py

Packit 436967
#
Packit 436967
# Copyright (C) 2014 Red Hat Inc.
Packit 436967
#
Packit 436967
# This program is free software; you can redistribute it and/or modify it
Packit 436967
# under the terms of the GNU General Public License as published by the
Packit 436967
# Free Software Foundation; either version 2 of the License, or (at your
Packit 436967
# option) any later version.  See http://www.gnu.org/copyleft/gpl.html for
Packit 436967
# the full text of the license.
Packit 436967
Packit 436967
version = "2.2.0"
Packit 436967
__version__ = version