Skip to content

Commit f5e5a17

Browse files
🔖 Bump to 1.2.0 release
1 parent 451498a commit f5e5a17

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Changelog.rst

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Maintenance update, some small features and cleanup
1212
* Added support for Python 3.8
1313
* Depends on django-sendfile2 > 0.5, which went through a package rename from
1414
``sendfile`` to ``django_sendfile``.
15+
* Improved hooks to customize representations
1516

1617
1.1.0 (2019-11-21)
1718
==================

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.1.0
8+
:Version: 1.2.0
99
:Source: https://github.com/sergei-maertens/django-privates
1010
:Keywords: django, media, private, storage
1111

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = 'Sergei Maertens'
2525

2626
# The short X.Y version
27-
version = '1.0'
27+
version = '1.2'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.0.1'
29+
release = '1.2.0'
3030

3131

3232
# -- 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.1.0
5+
version = 1.2.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)