Skip to content

Commit cacae4e

Browse files
🔖 Bump version and update changelog
1 parent ab042c2 commit cacae4e

File tree

5 files changed

+28
-4
lines changed

5 files changed

+28
-4
lines changed

.bumpversion.cfg

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[bumpversion]
2+
commit = False
3+
tag = False
4+
current_version = 1.4.0
5+
6+
[bumpversion:file:setup.cfg]
7+
8+
[bumpversion:file:README.rst]
9+
10+
[bumpversion:file:docs/conf.py]

Changelog.rst

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

5+
1.4.0 (2022-09-06)
6+
==================
7+
8+
Periodic maintenance release
9+
10+
* Confirmed support for Django 4.0 and 4.1
11+
* Dropped support for Django 2.2
12+
* Dropped support for Python 3.5 and 3.6
13+
* Updated CI infrastructure
14+
* Code base is now formatted with black
15+
* Codebase now exposes type hints (incomplete!)
16+
517
1.3.0 (2021-12-17)
618
==================
719

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.3.0
8+
:Version: 1.4.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.3.0"
33+
release = "1.4.0"
3434

3535

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

setup.cfg

+4-2
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.3.0
5+
version = 1.4.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
@@ -54,7 +54,9 @@ coverage = pytest-cov
5454
docs =
5555
sphinx
5656
sphinx-rtd-theme
57-
release = zest.releaser
57+
release =
58+
twine
59+
bump2version
5860

5961
[options.packages.find]
6062
include =

0 commit comments

Comments
 (0)