diff --git a/bauble/version.py b/bauble/version.py index 29b97ca3a..b6e81eb4b 100644 --- a/bauble/version.py +++ b/bauble/version.py @@ -18,4 +18,4 @@ # The Bauble version. # major, minor, revision version tuple -version = "1.0.60" # :bump +version = "1.0.61" # :bump diff --git a/data/ghini.desktop b/data/ghini.desktop index 3eb9c8291..e024929d5 100644 --- a/data/ghini.desktop +++ b/data/ghini.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Encoding=UTF-8 Name=Ghini -Version=1.0.60 # :bump +Version=1.0.61 # :bump Comment=An application for managing botanical collections Terminal=False Icon=ghini diff --git a/doc/conf.py b/doc/conf.py index 9f7d5fba0..576979065 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -70,7 +70,7 @@ # The short X.Y version. version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.60' # :bump +release = '1.0.61' # :bump # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/packages/builddeb.sh b/packages/builddeb.sh index 4c95a173e..476bfb64b 100755 --- a/packages/builddeb.sh +++ b/packages/builddeb.sh @@ -3,7 +3,7 @@ # Requires bzr, devscripts, debhelper packages TOPLEVEL=`pwd` -VERSION="1.0.60" # :bump +VERSION="1.0.61" # :bump TARBALL="bauble-$VERSION.tar.gz" ORIG_TARBALL="bauble_$VERSION.orig.tar.gz" diff --git a/scripts/build.nsi b/scripts/build.nsi index f3d1c8d5f..7e2c440fb 100755 --- a/scripts/build.nsi +++ b/scripts/build.nsi @@ -12,7 +12,7 @@ ; general Name "Bauble" -!define version "1.0.60" ; :bump +!define version "1.0.61" ; :bump !define src_dir "../dist" Outfile "bauble-${version}-setup.exe" diff --git a/scripts/installer.cfg b/scripts/installer.cfg index c6c409745..f6971f814 100644 --- a/scripts/installer.cfg +++ b/scripts/installer.cfg @@ -1,6 +1,6 @@ [Application] name=Bauble -version=1.0.60 # :bump +version=1.0.61 # :bump entry_point=bauble:main icon=images/icon.ico