Update versioning numbers

This commit is contained in:
Sonny Bakker 2021-04-23 23:00:09 +02:00
parent 679dc2a0d6
commit 2ed828a243
3 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# Changelog
## 0.3.13
- Update django to 3.2
- Notify users of expired credentials
## 0.3.12.1
- Add missing background-color

View file

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

View file

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