Skip to content

Commit 19641f1

Browse files
🔖 Bump version to 2.0.0 and update changelog
1 parent 7cbeb1c commit 19641f1

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-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.5.0
4+
current_version = 2.0.0
55

66
[bumpversion:file:setup.cfg]
77

Changelog.rst

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
Changelog
33
=========
44

5+
2.0.0 (2023-05-05)
6+
==================
7+
8+
Periodic version compatibility release.
9+
10+
**Breaking changes 💥**
11+
12+
* Dropped support for Python 3.7
13+
* Dropped support for Django 4.0
14+
15+
The library likely still works on those versions, but they are no longer tested.
16+
17+
**Other changes**
18+
19+
* Confirmed support for Python 3.11
20+
* Confirmed support for Django 4.2
21+
522
1.5.0 (2023-01-03)
623
==================
724

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.5.0
8+
:Version: 2.0.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.5.0"
33+
release = "2.0.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.5.0
5+
version = 2.0.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)