Bump version

This commit is contained in:
Sonny Bakker 2021-04-25 20:26:11 +02:00
parent 48d48885c4
commit 8f37eec519
3 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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": {

View file

@ -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 <sonnyba871@gmail.com>"]
license = "GPL-3.0"