Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Commit

Permalink
hotfix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Apr 27, 2016
1 parent 3fdeaca commit 20dd362
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,12 @@ CHANGELOG
=========


0.4.1 (2015-01-26)
------------------

* Added missing reference to the manifest file


0.4.0 (2015-01-26)
------------------

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -2,4 +2,5 @@ include LICENSE.txt
recursive-include aldryn_gallery/boilerplates *
recursive-include aldryn_gallery/locale *
recursive-include aldryn_gallery/migrations *
recursive-include aldryn_gallery/templates *
recursive-exclude * *.pyc
2 changes: 1 addition & 1 deletion aldryn_gallery/__init__.py
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.4.0'
__version__ = '0.4.1'

0 comments on commit 20dd362

Please sign in to comment.