Bump version

This commit is contained in:
Sonny Bakker 2021-04-24 13:27:49 +02:00
parent 5603b23468
commit 1e8a3aedb1
3 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# Changelog # Changelog
## 0.3.13.1
- Fix mutual exclusive exception for email settings
- Temporarly set exception level for StreamDeniedException exceptions
## 0.3.13 ## 0.3.13
- Update django to 3.2 - Update django to 3.2

View file

@ -1,6 +1,6 @@
{ {
"name": "newsreader", "name": "newsreader",
"version": "0.3.13", "version": "0.3.13.1",
"description": "Application for viewing RSS feeds", "description": "Application for viewing RSS feeds",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "newsreader" name = "newsreader"
version = "0.3.13" version = "0.3.13.1"
description = "Webapplication for reading RSS feeds" description = "Webapplication for reading RSS feeds"
authors = ["Sonny <sonnyba871@gmail.com>"] authors = ["Sonny <sonnyba871@gmail.com>"]
license = "GPL-3.0" license = "GPL-3.0"