Skip to content

Commit

Permalink
Commit for release 2.1.2.
Browse files Browse the repository at this point in the history
- Fix [#211] and README.
  • Loading branch information
sbrugman committed Jul 11, 2019
1 parent 1a02991 commit b41e0d7
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 13 deletions.
7 changes: 2 additions & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
include LICENSE
include pandas_profiling/view/*.mplstyle
include pandas_profiling/view/templates/*.html
include pandas_profiling/view/templates/variables/*.html
include pandas_profiling/view/templates/assets/*.js
include pandas_profiling/view/templates/assets/*.css
include pandas_profiling/view/templates/*.css
recursive-include pandas_profiling/view/templates *.html
recursive-include pandas_profiling/view/templates/assets *.js *.css
include pandas_profiling/config_default.yaml
include README.md
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Read more on getting involved in the [Contribution Guide](https://github.com/pan

## Dependencies

You need Python 3 to run this package. Other dependencies can be found in the requirements files:
You need [Python 3](https://python3statement.org/) to run this package. Other dependencies can be found in the requirements files:

| Filename | Requirements|
|----------|-------------|
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h2 id="how-to-contribute">How to contribute</h2>
If you would like to be a industry partner or sponsor, please <a href="mailto:[email protected]">drop us a line</a>.</p>
<p>Read more on getting involved in the <a href="https://github.com/pandas-profiling/pandas-profiling/blob/master/CONTRIBUTING.md">Contribution Guide</a>.</p>
<h2 id="dependencies">Dependencies</h2>
<p>You need Python 3 to run this package. Other dependencies can be found in the requirements files:</p>
<p>You need <a href="https://python3statement.org/">Python 3</a> to run this package. Other dependencies can be found in the requirements files:</p>
<table>
<thead>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion examples/meteorites/meteorites_report.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/nza/nza_report.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/stata_auto/stata_auto_report.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/titanic/titanic_report.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = f.read()


version = "2.1.1"
version = "2.1.2"

with (source_root / "pandas_profiling" / "version.py").open("w", encoding="utf-8") as f:
f.writelines(
Expand Down

0 comments on commit b41e0d7

Please sign in to comment.