Skip to content

Commit

Permalink
Update version numbers for rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tofu-rocketry committed Mar 30, 2021
1 parent 741b87b commit 9779dc0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apel-ssm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
%endif

Name: apel-ssm
Version: 3.2.0
%define releasenumber 1
Version: 3.2.1
%define releasenumber 0.1.rc1
Release: %{releasenumber}%{?dist}
Summary: Secure stomp messenger

Expand Down
2 changes: 1 addition & 1 deletion scripts/ssm-build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

set -eu

TAG=3.2.0-1
TAG=3.2.1-0.1.rc1

SOURCE_DIR=~/debbuild/source
BUILD_DIR=~/debbuild/build
Expand Down
2 changes: 1 addition & 1 deletion scripts/ssm-build-rpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
rpmdev-setuptree

RPMDIR=/home/rpmb/rpmbuild
VERSION=3.2.0-1
VERSION=3.2.1-0.1.rc1
SSMDIR=apel-ssm-$VERSION

# Remove old sources and RPMS
Expand Down
2 changes: 1 addition & 1 deletion ssm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import logging
import sys

__version__ = (3, 2, 0)
__version__ = (3, 2, 1)

LOG_BREAK = '========================================'

Expand Down

0 comments on commit 9779dc0

Please sign in to comment.