Skip to content

Commit fc66740

Browse files
committed
v0.0.7
1 parent 252f8df commit fc66740

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Change Log
22

3-
## v0.0.6
3+
## v0.0.7
44

55
1. Makes `webpack_loader` render Django hashed static file
66
1. Update `pre-commit-config.yaml`
77

8+
## v0.0.6
9+
10+
DELETED
11+
812
## v0.0.5
913

1014
1. Use `Poetry` to manage project meta info and dependency

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-webpack-boilerplate"
3-
version = "0.0.6"
3+
version = "0.0.7"
44
description = "Jump start frontend project bundled by Webpack"
55
authors = ["Michael Yin <[email protected]>"]
66
license = "MIT"

webpack_boilerplate/frontend_template/{{cookiecutter.project_slug}}/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "python-webpack-boilerplate",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "Webpack boilerplate for Django & Flask",
55
"scripts": {
66
"build": "cross-env NODE_ENV=production webpack --config webpack/webpack.config.prod.js",

0 commit comments

Comments
 (0)