Skip to content

Commit

Permalink
Added missing column_filters package data (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts authored Jun 23, 2022
1 parent 8752434 commit 47336dd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
ITables ChangeLog
=================

1.1.1 (2022-06-23)
------------------

**Fixed**
- Added missing `column_filters` package data.


1.1.0 (2022-06-23)
------------------

Expand Down
2 changes: 1 addition & 1 deletion itables/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""ITables' version number"""

__version__ = "1.1.0"
__version__ = "1.1.1"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@
packages=find_packages(exclude=["tests"]),
package_data={
"itables": [
"external/*",
"html/*",
"html/column_filters/*",
"samples/*.csv",
"external/*",
]
},
tests_require=["pytest"],
Expand Down

0 comments on commit 47336dd

Please sign in to comment.