Skip to content

Commit 9f9d639

Browse files
committed
Update Changelog and release 0.3.1
1 parent d80ef59 commit 9f9d639

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
77

88
## [Unreleased]
99

10+
- Nothing yet!
11+
12+
## [0.3.1] - 2021-04-06
13+
1014
### Fixed
1115

1216
- Use `DEFAULT_AUTO_FIELD` in `settings.py` instead of the lowercase variant
@@ -47,7 +51,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
4751

4852
- Everything!
4953

50-
[Unreleased]: https://github.com/nickjj/docker-django-example/compare/0.3.0...HEAD
54+
[Unreleased]: https://github.com/nickjj/docker-django-example/compare/0.3.1...HEAD
55+
[0.3.1]: https://github.com/nickjj/docker-django-example/compare/0.3.0...0.3.1
5156
[0.3.0]: https://github.com/nickjj/docker-django-example/compare/0.2.0...0.3.0
5257
[0.2.0]: https://github.com/nickjj/docker-django-example/compare/0.1.0...0.2.0
5358
[0.1.0]: https://github.com/nickjj/docker-django-example/releases/tag/0.1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ these commands for PowerShell if you want.
129129
git clone https://github.com/nickjj/docker-django-example hellodjango
130130
cd hellodjango
131131

132-
# Optionally checkout a specific tag, such as: git checkout 0.3.0
132+
# Optionally checkout a specific tag, such as: git checkout 0.3.1
133133
```
134134

135135
#### Copy a few example files because the real files are git ignored:

0 commit comments

Comments
 (0)