Skip to content

Commit

Permalink
bumping_to_1.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
RoDuth committed Sep 2, 2024
1 parent 06d7a71 commit 0dfa96c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ deploy:
provider: GitHub
on:
branch: main
release: 'v1.3.9' # :bump
release: 'v1.3.10' # :bump
description: ''
auth_token:
secure: nlaqHNA3FQB3VjEOLul/M5zzc6BGv7TascoVN96z1sohMWVZ2gl34sLTopd5EUVq
Expand Down
2 changes: 1 addition & 1 deletion bauble/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# The Ghini version.
# major, minor, revision version tuple

version = "1.3.9" # :bump
version = "1.3.10" # :bump
"""
The current version as a semantic version number MAJOR.MINOR.PATCH(-PRERELEASE)
"""
2 changes: 1 addition & 1 deletion data/ghini.desktop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
Name=Ghini
Version=1.3.9 # :bump
Version=1.3.10 # :bump
Comment=An application for managing botanical collections
Terminal=False
Icon=ghini
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.3.9" # :bump
release = "1.3.10" # :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.3.9" # :bump
VERSION="1.3.10" # :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 @@ -57,7 +57,7 @@ Unicode true

; Global
Name "ghini.desktop"
!define VERSION "1.3.9" ; :bump
!define VERSION "1.3.10" ; :bump
!define SRC_DIR "..\dist\ghini"
!define JRE_SRC_DIR "..\jre"
!define FOP_SRC_DIR "..\fop-$%fop_ver%"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

setup(
name="ghini.desktop",
version="1.3.9", # :bump
version="1.3.10", # :bump
# scripts=scripts,
packages=find_packages(),
# package_dir=all_package_dirs,
Expand Down

0 comments on commit 0dfa96c

Please sign in to comment.