Commit a64448c 1 parent 5914d14 commit a64448c Copy full SHA for a64448c
File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
2
commit = False
3
3
tag = False
4
- current_version = 2.0.0-post0
4
+ current_version = 2.0.0-post1
5
5
6
6
[bumpversion:file:setup.cfg]
7
7
Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
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
+
5
13
2.0.0 (2023-05-05)
6
14
==================
7
15
Original file line number Diff line number Diff line change 30
30
author = "Sergei Maertens"
31
31
32
32
# The full version, including alpha/beta/rc tags
33
- release = "2.0.0-post0 "
33
+ release = "2.0.0.post1 "
34
34
35
35
36
36
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 2
2
# see http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
3
3
[metadata]
4
4
name = django-privates
5
- version = 2.0.0-post0
5
+ version = 2.0.0.post1
6
6
description = Simple private media integration for Django
7
7
long_description = file: README.rst
8
8
url = https://github.com/sergei-maertens/django-privates
You can’t perform that action at this time.
0 commit comments