Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

Commit

Permalink
bumping to 1.0.55
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasca committed Dec 28, 2015
1 parent e44f3fe commit b59b426
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bauble/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
# The Bauble version.
# major, minor, revision version tuple

version = "1.0.54" # :bump
version = "1.0.55" # :bump
2 changes: 1 addition & 1 deletion data/bauble.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
Name=Bauble
Version=1.0.54 # :bump
Version=1.0.55 # :bump
Comment=An application for managing botanical collections
Terminal=False
Icon=bauble
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
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.54' # :bump
release = '1.0.55' # :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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Requires bzr, devscripts, debhelper packages

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

Expand Down
2 changes: 1 addition & 1 deletion scripts/build.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
; general
Name "Bauble"

!define version "1.0.54" ; :bump
!define version "1.0.55" ; :bump
!define src_dir "../dist"
Outfile "bauble-${version}-setup.exe"

Expand Down

0 comments on commit b59b426

Please sign in to comment.