From ea541bfe64b0dda79cb26232cb77e0197ea6b08f Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Tue, 27 Apr 2021 12:36:39 +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 6af3de9..507d857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.3.13.7 + +- Check for Twitter error codes in response + ## 0.3.13.6 - Try to load sentry by default for all environments diff --git a/package.json b/package.json index 451e92a..aa50447 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newsreader", - "version": "0.3.13.6", + "version": "0.3.13.7", "description": "Application for viewing RSS feeds", "main": "index.js", "scripts": { diff --git a/pyproject.toml b/pyproject.toml index 700c6e3..a1f4385 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "newsreader" -version = "0.3.13.6" +version = "0.3.13.7" description = "Webapplication for reading RSS feeds" authors = ["Sonny "] license = "GPL-3.0"