Skip to content

Commit a64448c

Browse files
🔖 Bump version and update changelog
1 parent 5914d14 commit a64448c

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
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 = 2.0.0-post0
4+
current_version = 2.0.0-post1
55

66
[bumpversion:file:setup.cfg]
77

Changelog.rst

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

5+
2.0.0-post1 (2024-03-01)
6+
========================
7+
8+
* Added mypy type checking
9+
* Updated type annotations to align with django-stubs for downstream
10+
projects/packages
11+
* Confirmed Django 4.2 support
12+
513
2.0.0 (2023-05-05)
614
==================
715

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 = "2.0.0-post0"
33+
release = "2.0.0.post1"
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 = 2.0.0-post0
5+
version = 2.0.0.post1
66
description = Simple private media integration for Django
77
long_description = file: README.rst
88
url = https://github.com/sergei-maertens/django-privates

0 commit comments

Comments
 (0)