Skip to content

Commit

Permalink
Release version 3.17.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 9, 2021
1 parent 5da5833 commit 0fdcbeb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 3.17.0 - 2021-12-09

- Add Redis caching support

## 3.16.1 - 2021-11-16

- Fix repl dependencies

## 3.16.0 - 2021-11-10

- GitLab beta support
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3

RUN pip install -U pip && pip install pullapprove==3.16.1
RUN pip install -U pip && pip install pullapprove==3.17.0

RUN echo '#!/bin/sh -ex\npullapprove $@' > /entrypoint.sh && chmod +x /entrypoint.sh

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Additional Use Grant: You may make use of the Licensed Work, provided that you d
Work so that such third parties directly benefit from the
code review automation features of the Licensed Work.

Change Date: 2024-11-16
Change Date: 2024-12-09

Change License: Apache License, Version 2.0

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pullapprove"
version = "3.16.1"
version = "3.17.0"
description = "PullApprove is a framework for code review assignment, processes, and policies that integrates natively with your git host."
authors = ["Dropseed <[email protected]>"]
license = "Business Source License"
Expand Down

0 comments on commit 0fdcbeb

Please sign in to comment.