Skip to content

Commit

Permalink
Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarcos committed Mar 5, 2020
1 parent a377a62 commit e13d065
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Expand Up @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

Always reference the ticket number at the end of the issue description.

## [unreleased]
## 1.5.0 (2020-03-05)

### Added
Compatibility with Django 3.0 and Python 3.8
Compatibility with Django 3.0 and Python 3.8 [#442][442]

[442]: //github.com/sanoma/django-arctic/issues/442

## 1.4.2 (2019-12-12)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
import sys
from setuptools import find_packages, setup

__VERSION__ = "1.4.2"
__VERSION__ = "1.5.0"


def read_md(f):
Expand Down

0 comments on commit e13d065

Please sign in to comment.