Skip to content

Commit 40bd3fb

Browse files
Merge branch 'release/1.1.2'
2 parents 499a4b1 + 62c4147 commit 40bd3fb

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ include *.md
22
include LICENSE
33
recursive-include timeline_logger *.html
44
recursive-include timeline_logger *.txt
5+
recursive-include timeline_logger *.po
6+
recursive-include timeline_logger *.mo
57
global-exclude __pycache__
68
global-exclude *.py[co]

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Changelog
33
=========
44

5+
1.1.2 (2018-05-30)
6+
==================
7+
8+
Fixed packaging mistake - Dutch translations are now included.
9+
510
1.1.1 (2018-05-04)
611
==================
712

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='django-timeline-logger',
17-
version='1.1.1',
17+
version='1.1.2',
1818
description='Generic event logger for Django models.',
1919
long_description=long_description,
2020
author='Maykin Media',

0 commit comments

Comments
 (0)