Skip to content

Commit 906f0b4

Browse files
committed
release: Make 0.15.2 release
1 parent e94c22e commit 906f0b4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [0.15.2] - 2020-10-29
10+
911
### Fixed
1012

1113
- Don't fail if compiled translation files (.mo) don't exist, and Django isn't installed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def run(self):
3939

4040
setup(
4141
name="flattentool",
42-
version="0.15.1",
42+
version="0.15.2",
4343
author="Open Data Services",
4444
author_email="[email protected]",
4545
packages=["flattentool"],

0 commit comments

Comments
 (0)