From 8f37eec5192e0d2437b0d67f414c37acbc072223 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Sun, 25 Apr 2021 20:26:11 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ package.json | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c20312..6af3de9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.3.13.6 + +- Try to load sentry by default for all environments + ## 0.3.13.5 - Set response keyword argument diff --git a/package.json b/package.json index a2e593c..451e92a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newsreader", - "version": "0.3.13.5", + "version": "0.3.13.6", "description": "Application for viewing RSS feeds", "main": "index.js", "scripts": { diff --git a/pyproject.toml b/pyproject.toml index 4f6dce8..700c6e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "newsreader" -version = "0.3.13.5" +version = "0.3.13.6" description = "Webapplication for reading RSS feeds" authors = ["Sonny "] license = "GPL-3.0"