Skip to content

Commit 4afe2a8

Browse files
Merge branch 'cookiecutter:master' into master
2 parents 7483c6d + ab13c62 commit 4afe2a8

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ All enhancements and patches to Cookiecutter Django will be documented in this f
33

44
<!-- GENERATOR_PLACEHOLDER -->
55

6+
## 2022.09.05
7+
8+
### Updated
9+
- Update sentry-sdk to 1.9.8 ([#3861](https://github.com/cookiecutter/cookiecutter-django/pull/3861))
10+
11+
## 2022.09.02
12+
13+
### Updated
14+
- Update pytest to 7.1.3 ([#3860](https://github.com/cookiecutter/cookiecutter-django/pull/3860))
15+
- Update sentry-sdk to 1.9.7 ([#3859](https://github.com/cookiecutter/cookiecutter-django/pull/3859))
16+
617
## 2022.09.01
718

819
### Changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from distutils.core import setup
66

77
# We use calendar versioning
8-
version = "2022.09.01"
8+
version = "2022.09.05"
99

1010
with open("README.rst") as readme_file:
1111
long_description = readme_file.read()

{{cookiecutter.project_slug}}/requirements/production.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mysqlclient==2.1.0 # https://github.com/PyMySQL/mysqlclient
1212
Collectfast==2.2.0 # https://github.com/antonagestam/collectfast
1313
{%- endif %}
1414
{%- if cookiecutter.use_sentry == "y" %}
15-
sentry-sdk==1.9.7 # https://github.com/getsentry/sentry-python
15+
sentry-sdk==1.9.8 # https://github.com/getsentry/sentry-python
1616
{%- endif %}
1717
{%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %}
1818
hiredis==2.0.0 # https://github.com/redis/hiredis-py

0 commit comments

Comments
 (0)