Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed May 8, 2021
1 parent 4ed5c64 commit 56ac42c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 24 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ For each column the following statistics - if relevant for the column type - are

## Announcements

**Version v2.11.0 released** featuring an exciting integration with Great Expectations that many of you requested (see details below).
**Version v2.13.0 released** featuring an exciting integration with Great Expectations that many of you requested (see details below).

**Spark backend in progress**: We can happily announce that we're nearing v1 for the Spark backend for generating profile reports.
Stay tuned.
Expand All @@ -51,10 +51,10 @@ It's extra exciting that GitHub **matches your contribution** for the first year

Find more information here:

- [Changelog v2.11.0](https://pandas-profiling.github.io/pandas-profiling/docs/master/rtd/pages/changelog.html#changelog-v2-11-0)
- [Changelog v2.13.0](https://pandas-profiling.github.io/pandas-profiling/docs/master/rtd/pages/changelog.html#changelog)
- [Sponsor the project on GitHub](https://github.com/sponsors/sbrugman)

_February 20, 2021 💘_
_May 8, 2021 💘_

---

Expand Down
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/v2_13_0.rst

.. include:: changelog/v2_12_0.rst

.. include:: changelog/v2_11_0.rst
Expand Down
23 changes: 4 additions & 19 deletions docsrc/source/pages/changelog/v2_13_0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,13 @@ Changelog v2.13.0

🎉 Features
^^^^^^^^^^^
-

🐛 Bug fixes
^^^^^^^^^^^^
-
- configurable numeric precision

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

📖 Documentation
^^^^^^^^^^^^^^^^
-

⚠️ Deprecated
^^^^^^^^^^^^^^^^^
-

🚨 Breaking changes
^^^^^^^^^^^^^^^^^^^
-
- various improvements to software quality (flake8, commitlint)

⬆️ Dependencies
^^^^^^^^^^^^^^^^^^
-
- upgrade from ``visions`` 0.6.0 to 0.7.1
- upgrade from ``coverage`` <5 to ~=5.5
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 = "2.12.0"
version = "2.13.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__ = "2.12.0"
__version__ = "2.13.0"

0 comments on commit 56ac42c

Please sign in to comment.