Skip to content

Commit

Permalink
Release Review Bot 3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
chipx86 committed May 4, 2023
1 parent 50190ff commit a0a139c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bot/reviewbot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#:
#: (Major, Minor, Micro, Patch, alpha/beta/rc/final, Release Number, Released)
#:
VERSION = (3, 1, 2, 0, 'alpha', 0, False)
VERSION = (3, 2, 0, 0, 'final', 0, True)


def get_version_string():
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ FROM base AS builder
MAINTAINER Beanbag, Inc. <support@beanbaginc.com>

# The version of Review Bot this will install.
ARG REVIEWBOT_VERSION=3.1.0
ARG REVIEWBOT_VERSION=3.2.0

# Version of PMD to install.
ARG PMD_VERSION=6.32.0
Expand Down
2 changes: 1 addition & 1 deletion docs/releasenotes/3.2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Review Bot 3.2 Release Notes
============================

**Release date**: TBD
**Release date**: May 3, 2023


New Features
Expand Down
2 changes: 1 addition & 1 deletion extension/reviewbotext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#:
#: (Major, Minor, Micro, Patch, alpha/beta/rc/final, Release Number, Released)
#:
VERSION = (3, 1, 2, 0, 'alpha', 0, False)
VERSION = (3, 2, 0, 0, 'final', 0, True)


def get_version_string():
Expand Down

0 comments on commit a0a139c

Please sign in to comment.