Skip to content

Commit 2d0fea3

Browse files
authored
Merge pull request #1230 from jazzband/prepare-3.4.0
Prepare for release 3.4.0
2 parents ebc6048 + 4dd64fb commit 2d0fea3

File tree

23 files changed

+22
-18
lines changed

23 files changed

+22
-18
lines changed

CHANGES.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ Changes
44
Unreleased
55
----------
66

7+
8+
3.4.0 (2023-08-18)
9+
------------------
10+
711
- Fixed typos in the docs
812
- Added feature to evaluate ``history`` model permissions explicitly when
913
``SIMPLE_HISTORY_ENFORCE_HISTORY_MODEL_PERMISSIONS`` is set to ``True``

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ django-simple-history
1010
:alt: Documentation Status
1111

1212
.. image:: https://img.shields.io/codecov/c/github/jazzband/django-simple-history/master.svg
13-
:target: http://codecov.io/github/jazzband/django-simple-history?branch=master
13+
:target: https://app.codecov.io/github/jazzband/django-simple-history?branch=master
1414
:alt: Test Coverage
1515

1616
.. image:: https://img.shields.io/pypi/v/django-simple-history.svg
17-
:target: https://pypi.python.org/pypi/django-simple-history
17+
:target: https://pypi.org/project/django-simple-history/
1818
:alt: PyPI Version
1919

2020
.. image:: https://api.codeclimate.com/v1/badges/66cfd94e2db991f2d28a/maintainability
2121
:target: https://codeclimate.com/github/jazzband/django-simple-history/maintainability
2222
:alt: Maintainability
2323

24-
.. image:: https://pepy.tech/badge/django-simple-history
24+
.. image:: https://static.pepy.tech/badge/django-simple-history
2525
:target: https://pepy.tech/project/django-simple-history
2626
:alt: Downloads
2727

2828
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
29-
:target: https://github.com/ambv/black
29+
:target: https://github.com/psf/black
3030
:alt: Code Style
3131

3232
.. image:: https://jazzband.co/static/img/badge.svg

docs/index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ django-simple-history
1010
:alt: Documentation Status
1111

1212
.. image:: https://img.shields.io/codecov/c/github/jazzband/django-simple-history/master.svg
13-
:target: http://codecov.io/github/jazzband/django-simple-history?branch=master
13+
:target: https://app.codecov.io/github/jazzband/django-simple-history?branch=master
1414
:alt: Test Coverage
1515

1616
.. image:: https://img.shields.io/pypi/v/django-simple-history.svg
17-
:target: https://pypi.python.org/pypi/django-simple-history
17+
:target: https://pypi.org/project/django-simple-history/
1818
:alt: PyPI Version
1919

2020
.. image:: https://api.codeclimate.com/v1/badges/66cfd94e2db991f2d28a/maintainability
2121
:target: https://codeclimate.com/github/jazzband/django-simple-history/maintainability
2222
:alt: Maintainability
2323

24-
.. image:: https://pepy.tech/badge/django-simple-history
24+
.. image:: https://static.pepy.tech/badge/django-simple-history
2525
:target: https://pepy.tech/project/django-simple-history
2626
:alt: Downloads
2727

2828
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
29-
:target: https://github.com/ambv/black
29+
:target: https://github.com/psf/black
3030
:alt: Code Style
3131

3232
.. image:: https://jazzband.co/static/img/badge.svg
21 Bytes
Binary file not shown.

simple_history/locale/ar/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: \n"
8+
"Project-Id-Version: django-simple-history\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2022-11-08 11:30+0300\n"
1111
"PO-Revision-Date: 2022-11-08 13:54+0300\n"
21 Bytes
Binary file not shown.

simple_history/locale/cs_CZ/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: \n"
8+
"Project-Id-Version: django-simple-history\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2021-09-18 21:54+0200\n"
1111
"PO-Revision-Date: 2021-09-20 19:50+0200\n"
21 Bytes
Binary file not shown.

simple_history/locale/de/LC_MESSAGES/django.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: \n"
9+
"Project-Id-Version: django-simple-history\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2018-11-21 15:58+0100\n"
1212
"PO-Revision-Date: 2018-11-21 16:31+0100\n"
21 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)