Skip to content

Commit

Permalink
"bumping_to_1.0.87"
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasca committed Jun 6, 2018
1 parent 46663b5 commit 8f2d6b4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bauble/version.py
Expand Up @@ -22,4 +22,4 @@
# The Ghini version.
# major, minor, revision version tuple

version = "1.0.86" # :bump
version = "1.0.87" # :bump
2 changes: 1 addition & 1 deletion data/ghini.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
Name=Ghini
Version=1.0.86 # :bump
Version=1.0.87 # :bump
Comment=An application for managing botanical collections
Terminal=False
Icon=ghini
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Expand Up @@ -70,7 +70,7 @@
# The short X.Y version.
version = '1.0'
# The full version, including alpha/beta/rc tags.
release = '1.0.86' # :bump
release = '1.0.87' # :bump

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion packages/builddeb.sh
Expand Up @@ -3,7 +3,7 @@
# Requires bzr, devscripts, debhelper packages

TOPLEVEL=`pwd`
VERSION="1.0.86" # :bump
VERSION="1.0.87" # :bump
TARBALL="bauble-$VERSION.tar.gz"
ORIG_TARBALL="bauble_$VERSION.orig.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion scripts/build-multiuser.nsi
Expand Up @@ -58,7 +58,7 @@

; Global
Name "ghini.desktop"
!define VERSION "1.0.86" ; :bump
!define VERSION "1.0.87" ; :bump
!define SRC_DIR "..\ghini-runtime"
!define PRODUCT_NAME "ghini.desktop"
Outfile "..\dist\${PRODUCT_NAME}-${VERSION}-setup.exe"
Expand Down
2 changes: 1 addition & 1 deletion scripts/installer.cfg
@@ -1,6 +1,6 @@
[Application]
name=Bauble
version=1.0.86 # :bump
version=1.0.87 # :bump
entry_point=bauble:main
icon=images/icon.ico

Expand Down

0 comments on commit 8f2d6b4

Please sign in to comment.