Skip to content

Commit

Permalink
Merge pull request #833 from pandas-profiling/develop
Browse files Browse the repository at this point in the history
chore: bump
  • Loading branch information
sbrugman authored Sep 27, 2021
2 parents f500ba4 + 53e1aee commit f5bf377
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docsrc/source/pages/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Changelog
=========

.. include:: changelog/v3_1_0.rst

.. include:: changelog/v3_0_0.rst

.. include:: changelog/v2_13_0.rst
Expand Down
24 changes: 24 additions & 0 deletions docsrc/source/pages/changelog/v3_1_0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Changelog v3.1.0
----------------

🎉 Features
^^^^^^^^^^^
- Fine-grained progress bar

🐛 Bug fixes
^^^^^^^^^^^^
- Python 3.9 and 3.10 compatibility
- Phik correlation order

📖 Documentation
^^^^^^^^^^^^^^^^
- Several link fixes, readme updates

👷‍♂️ Internal Improvements
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Matplotlib backend

⬆️ Dependencies
^^^^^^^^^^^^^^^^^^
- pre-commit
- visions to 0.7.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
with (source_root / "requirements.txt").open(encoding="utf8") as f:
requirements = f.readlines()

version = "3.0.0"
version = "3.1.0"

with (source_root / "src" / "pandas_profiling" / "version.py").open(
"w", encoding="utf-8"
Expand Down
2 changes: 1 addition & 1 deletion src/pandas_profiling/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""This file is auto-generated by setup.py, please do not alter."""
__version__ = "3.0.0"
__version__ = "3.1.0"

0 comments on commit f5bf377

Please sign in to comment.