Skip to content

Commit

Permalink
Merge branch 'release/0.20.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
csse-joff committed Nov 1, 2022
2 parents 4f93a0a + 3ef0ea8 commit 3f34ab0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.20.1

- Dependency updates:
- Updated cssnano from 5.1.13 to 5.1.14.
- Updated pytz from 2022.5 to 2022.6.

## 0.20.0

- Update project to use uccser-development-stack v3.
Expand Down
2 changes: 1 addition & 1 deletion dthm4kaiako/config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Configuration for Django system."""

__version__ = "0.20.0"
__version__ = "0.20.1"
__version_info__ = tuple(
[
int(num) if num.isdigit() else num
Expand Down
2 changes: 1 addition & 1 deletion dthm4kaiako/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"bootstrap": "4.6.0",
"browserify": "17.0.0",
"child_process": "1.0.2",
"cssnano": "5.1.13",
"cssnano": "5.1.14",
"dayjs": "1.11.6",
"details-element-polyfill": "2.4.0",
"fancy-log": "1.3.3",
Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ whitenoise==6.2.0
# Database APIs
psycopg2==2.9.5

pytz==2022.5
pytz==2022.6
python-slugify==4.0.1
argon2-cffi==21.3.0

Expand Down

0 comments on commit 3f34ab0

Please sign in to comment.