Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Frasca authored and Mario Frasca committed Aug 3, 2016
1 parent 935ab88 commit 2ed22dd
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 @@ -18,4 +18,4 @@
# The Bauble version.
# major, minor, revision version tuple

version = "1.0.60" # :bump
version = "1.0.61" # :bump
2 changes: 1 addition & 1 deletion 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
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.60' # :bump
release = '1.0.61' # :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.60" # :bump
VERSION="1.0.61" # :bump
TARBALL="bauble-$VERSION.tar.gz"
ORIG_TARBALL="bauble_$VERSION.orig.tar.gz"

Expand Down
2 changes: 1 addition & 1 deletion scripts/build.nsi
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down

0 comments on commit 2ed22dd

Please sign in to comment.