Skip to content

Commit

Permalink
Includes LICENSE in MANIFEST.in for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Sep 1, 2016
1 parent 8443d44 commit df20a69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ optional arguments:

[[top](#sections)]

#### v. 1.3.3 (September 1, 2016)

- Includes LICENSE in MANIFEST.in for packaging

#### v. 1.3.2 (August 16, 2016)

- Fixes an issue where the wrong package info was obtained when using the system level Jupyter within a virtualenv environment. (via contribrution by [Michael Bell](https://github.com/mrbell))
Expand Down
2 changes: 1 addition & 1 deletion watermark/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import sys


__version__ = '1.3.2'
__version__ = '1.3.3'

if sys.version_info >= (3, 0):
from watermark.watermark import *
Expand Down

0 comments on commit df20a69

Please sign in to comment.