Skip to content

Commit 14b005d

Browse files
New release
1 parent 7e225ab commit 14b005d

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release notes
22

3+
## 1.2.0
4+
Aug 5, 2021
5+
6+
- Added _fill_value_ argument on **aggregate** function; this value also is callable without arguments
7+
- Added _send_ method on **Report** class; with this method you send report via email
8+
- Added _send_ method on **ReportBook** class; with this method you send report via email
9+
- Fix \*__str__* method on **Report** class
10+
311
## 1.1.0
412
Jun 5, 2021
513

__info__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
"""Information variable used by modules on this package."""
2424

25-
__version__ = '1.1.0'
25+
__version__ = '1.2.0'
2626
__author__ = 'Matteo Guadrini'
2727
__email__ = '[email protected]'
2828
__homepage__ = 'https://github.com/MatteoGuadrini/pyreports'

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ <h2 class="title">Features</h2>
151151
<li><i class="fas fa-check"></i> All objects are extensible</li>
152152
<li><i class="fas fa-check"></i> Functions that support data modification</li>
153153
<li><i class="fas fa-check"></i> Data exports to Excel, CSV, YAML, Json and more.</li>
154+
<li><i class="fas fa-check"></i> Send exported data to email</li>
154155
</ul>
155156
</div><!--//container-->
156157
</section><!--//features-->

0 commit comments

Comments
 (0)