Skip to content

Commit

Permalink
Merge pull request #54 from yprez/fix-include-translations
Browse files Browse the repository at this point in the history
Fix including translation files
  • Loading branch information
yprez committed Jul 30, 2019
2 parents c4bad50 + 0266c1f commit 86f33ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
Changelog
=========

Current
=======
v1.0.5 - 30/07/2019
===================

* Test on Python 3.7.
* Add tests for Django 2.1.
* Add tests for Django 2.2.
* Remove tests for Django 1.7.
* Fix translations, include locale files in the package.


v1.0.4 - 17/06/2018
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include *.txt *.rst
recursive-include logentry_admin/locale *.po
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name='django-logentry-admin',
author='Yuri Prezument',
author_email='y@yprez.com',
version='1.0.4',
version='1.0.5',
packages=['logentry_admin'],
package_data={
'logentry_admin': ['templates/admin/admin/logentry/change_form.html']
Expand Down

0 comments on commit 86f33ab

Please sign in to comment.