Skip to content

Commit

Permalink
chore: bump to version 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiana committed Sep 22, 2022
1 parent f2f69bf commit bfe9139
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docsrc/source/pages/reference/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Changelog
=========

.. include:: changelog/v3_3_1.rst

.. include:: changelog/v3_3_0.rst

.. include:: changelog/v3_2_0.rst
Expand Down
18 changes: 18 additions & 0 deletions docsrc/source/pages/reference/changelog/v3_3_1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Changelog v3.3.1
----------------
👷‍♂️ Internal Improvements
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Add new themes from bootstrap: Cosmo and Flatly
- Remove support to python 3.6

📖 Documentation
^^^^^^^^^^^^^^^^
-Add new time-series example `python file and notebook <https://github.com/ydataai/pandas-profiling/tree/master/examples/usaairquality>`_ for USA AirQuality
-Add a devcontainer for VSCode and Codespaces by @Anselmoo `[#987] <https://github.com/ydataai/pandas-profiling/issues/987>`_

❤️ Thank you
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
A special thank you to our contributors: @Anselmoo



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.3.0"
version = "3.3.1"

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

0 comments on commit bfe9139

Please sign in to comment.