Skip to content

Commit

Permalink
bumping_to_1.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
RoDuth committed Dec 6, 2024
1 parent 120f257 commit 3020e87
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.11' # :bump
release: 'v1.3.12' # :bump
description: ''
auth_token:
secure: iQPNs80UcV9Ru/WTAOUHaxrVRRGH9cfrkrF5kfm0N/brgDmxbr+MMM6xOCNauSP/
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.11" # :bump
version = "1.3.12" # :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.11 # :bump
Version=1.3.12 # :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.11" # :bump
release = "1.3.12" # :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.11" # :bump
VERSION="1.3.12" # :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.11" ; :bump
!define VERSION "1.3.12" ; :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.11", # :bump
version="1.3.12", # :bump
# scripts=scripts,
packages=find_packages(),
# package_dir=all_package_dirs,
Expand Down

0 comments on commit 3020e87

Please sign in to comment.