Skip to content

Commit

Permalink
Merge pull request #56 from pri22296/release-0.7.0
Browse files Browse the repository at this point in the history
Prep for v0.7.0 release
  • Loading branch information
pri22296 committed Jan 19, 2019
2 parents df0989a + c0f9824 commit c9638f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ beautifultable
:alt: Documentation Status
:target: http://beautifultable.readthedocs.io/en/latest/?badge=latest

.. image:: https://img.shields.io/badge/Donate-PayPal-brightgreen.svg
.. image:: https://img.shields.io/badge/Donate-PayPal-yellow.svg
:target: https://paypal.me/beautifultable

.. inclusion-marker-badges-end
Expand Down Expand Up @@ -128,20 +128,21 @@ Changelog
**************************************************************************

==========
Unreleased
v0.7.0
==========

* Added 4 new styles, **STYLE_BOX**, **STYLE_BOX_DOUBLED**, **STYLE_BOX_ROUNDED**,
**STYLE_GRID**. Renamed **STYLE_RESTRUCTURED_TEXT** to **STYLE_RST**
**STYLE_GRID**.
* Renamed **STYLE_RESTRUCTURED_TEXT** to **STYLE_RST**
* **wcwidth** is now an optional dependency
* Updated the algorithm for calculating width of columns(better division of space among columns)
* Added support for Paragraphs(using ``\n`` character)
* Added finer control for intersection characters using 12 new
attributes ``intersect_{top|header|row|bottom}_{left|mid|right}``
* Deprecated attribute *intersection_char*
* Added the ability to also accept bytestrings instead of unicode
* Deprecated attribute ``intersection_char``
* Deprecated methods ``get_top_border()``, ``get_bottom_border()``, ``get_header_separator()``,
``get_row_separator()``, ``auto_calculate_width()``
* Added the ability to also accept bytestrings instead of unicode
* Fixed an issue with **WEP_ELLIPSIS** and **WEP_STRIP** when using multibyte characters
* Fixed an issue where table would not be in proper form if ``column_width`` is too low

Expand Down
4 changes: 2 additions & 2 deletions beautifultable/__version__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = 'beautfiultable'
__title__ = 'beautifultable'
__description__ = 'Print ASCII tables for terminals'
__url__ = 'https://github.com/pri22296/beautifultable'
__version__ = '0.6.0'
__version__ = '0.7.0'
__author__ = 'Priyam Singh'
__author_email__ = 'priyamsingh.22296@gmail.com'
__license__ = 'MIT'
Expand Down

0 comments on commit c9638f7

Please sign in to comment.