Skip to content

Commit 1e9512f

Browse files
🔖 Bump version to 1.5.0
1 parent b7a4722 commit 1e9512f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = False
33
tag = False
4-
current_version = 1.4.0
4+
current_version = 1.5.0
55

66
[bumpversion:file:setup.cfg]
77

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Django-privates - private media integrration
55
Django-privates makes it easy to work with login-protected ``FileField``\ s,
66
all the way through your application.
77

8-
:Version: 1.4.0
8+
:Version: 1.5.0
99
:Source: https://github.com/sergei-maertens/django-privates
1010
:Keywords: django, media, private, storage
1111

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
author = "Sergei Maertens"
3131

3232
# The full version, including alpha/beta/rc tags
33-
release = "1.4.0"
33+
release = "1.5.0"
3434

3535

3636
# -- General configuration ---------------------------------------------------

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# see http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
33
[metadata]
44
name = django-privates
5-
version = 1.4.0
5+
version = 1.5.0
66
description = Batteries included private media integration in Django
77
long_description = file: README.rst
88
url = https://github.com/sergei-maertens/django-privates

0 commit comments

Comments
 (0)