Bump all version numbers to 5.1

This commit is contained in:
Nick Hall 2017-05-23 18:30:29 +01:00
parent b38f68496f
commit dd0671b111
20 changed files with 21 additions and 21 deletions

View File

@ -155,7 +155,7 @@ register('behavior.translator-needed', True)
register('behavior.use-tips', False)
register('behavior.welcome', 100)
register('behavior.web-search-url', 'http://google.com/#&q=%(text)s')
register('behavior.addons-url', "https://raw.githubusercontent.com/gramps-project/addons/master/gramps50")
register('behavior.addons-url', "https://raw.githubusercontent.com/gramps-project/addons/master/gramps51")
register('database.backend', 'bsddb')
register('database.compress-backup', True)

View File

@ -21,7 +21,7 @@ from gramps.gen.plug._pluginreg import newplugin, STABLE
from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION="5.0"
MODULE_VERSION="5.1"
#------------------------------------------------------------------------
#

View File

@ -22,7 +22,7 @@ from gramps.gen.plug._pluginreg import *
from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION="5.0"
MODULE_VERSION="5.1"
# this is the default in gen/plug/_pluginreg.py: plg.require_active = True

View File

@ -21,7 +21,7 @@ from gramps.gen.plug._pluginreg import newplugin, STABLE, EXPORT
from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION="5.0"
MODULE_VERSION="5.1"
#------------------------------------------------------------------------
#

View File

@ -24,7 +24,7 @@ from gramps.gen.plug._pluginreg import register, STABLE, UNSTABLE, GRAMPLET
from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION="5.0"
MODULE_VERSION="5.1"
#------------------------------------------------------------------------
#

View File

@ -21,7 +21,7 @@ from gramps.gen.plug._pluginreg import *
from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION="5.0"
MODULE_VERSION="5.1"
# this is the default in gen/plug/_pluginreg.py: plg.require_active = True

View File

@ -21,7 +21,7 @@ from gramps.gen.plug._pluginreg import newplugin, STABLE, IMPORT
from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION="5.0"
MODULE_VERSION="5.1"
#------------------------------------------------------------------------
#

View File

@ -22,7 +22,7 @@ from gramps.gen.plug._pluginreg import register, STABLE, GENERAL
from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION="5.0"
MODULE_VERSION="5.1"
#------------------------------------------------------------------------
#

View File

@ -20,7 +20,7 @@
from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION="5.0"
MODULE_VERSION="5.1"
#------------------------------------------------------------------------
#

View File

@ -22,7 +22,7 @@ from gramps.gen.plug._pluginreg import *
from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION="5.0"
MODULE_VERSION="5.1"
#------------------------------------------------------------------------
#

View File

@ -22,7 +22,7 @@ from gramps.gen.plug._pluginreg import newplugin, STABLE, RELCALC
from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION="5.0"
MODULE_VERSION="5.1"
#
# Relationship calculators

View File

@ -20,7 +20,7 @@
from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION="5.0"
MODULE_VERSION="5.1"
#------------------------------------------------------------------------
#

View File

@ -22,7 +22,7 @@ from gramps.gen.plug._pluginreg import *
from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION="5.0"
MODULE_VERSION="5.1"
# this is the default in gen/plug/_pluginreg.py: plg.require_active = True

View File

@ -25,7 +25,7 @@ _ = glocale.translation.gettext
GRAMPS registration file
"""
MODULE_VERSION="5.0"
MODULE_VERSION="5.1"
#------------------------------------------------------------------------
#

View File

@ -25,7 +25,7 @@ _ = glocale.translation.gettext
GRAMPS registration file
"""
MODULE_VERSION="5.0"
MODULE_VERSION="5.1"
#------------------------------------------------------------------------
#

View File

@ -24,7 +24,7 @@
from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION="5.0"
MODULE_VERSION="5.1"
#------------------------------------------------------------------------
#

View File

@ -21,7 +21,7 @@ from gramps.gen.plug._pluginreg import *
from gramps.gen.const import GRAMPS_LOCALE as glocale
_ = glocale.translation.gettext
MODULE_VERSION="5.0"
MODULE_VERSION="5.1"
#------------------------------------------------------------------------
#

View File

@ -23,7 +23,7 @@ _ = glocale.translation.gettext
# plugins/webstuff/webstuff.gpr.py
MODULE_VERSION="5.0"
MODULE_VERSION="5.1"
#------------------------------------------------------------------------
#

View File

@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
VERSION_TUPLE = (5, 0, 0)
VERSION_QUALIFIER = "-alpha1"
VERSION_TUPLE = (5, 1, 0)
VERSION_QUALIFIER = ""
VERSION = '.'.join(map(str,VERSION_TUPLE)) + VERSION_QUALIFIER
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])

View File

@ -488,7 +488,7 @@ setup(name = 'gramps',
data_files = data_files,
scripts = ['scripts/gramps'],
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 1 - Planning",
"Environment :: Console",
"Environment :: MacOS X",
"Environment :: Plugins",