Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
Preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 committed Oct 16, 2016
1 parent 6a989ec commit ae22aaa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ Changelog

This project adheres to `Semantic Versioning <http://semver.org/>`_.

3.1.0 - 2016-10-16
------------------

Added
* ``git --porcelain``-like table by liiight: https://github.com/Robpol86/terminaltables/pull/31

3.0.0 - 2016-05-30
------------------

Expand Down Expand Up @@ -106,7 +112,8 @@ Added

Changed
* Refactored code. No new features.
* Breaking changes: `UnixTable`/`WindowsTable`/`WindowsTableDouble` moved. Use `SingleTable`/`DoubleTable` instead.
* Breaking changes: ``UnixTable``/``WindowsTable``/``WindowsTableDouble`` moved. Use ``SingleTable``/``DoubleTable``
instead.

1.2.1 - 2015-09-03
------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
INSTALL_REQUIRES = []
LICENSE = 'MIT'
NAME = IMPORT = 'terminaltables'
VERSION = '3.0.0'
VERSION = '3.1.0'


def readme(path='README.rst'):
Expand Down
2 changes: 1 addition & 1 deletion terminaltables/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

__author__ = '@Robpol86'
__license__ = 'MIT'
__version__ = '3.0.0'
__version__ = '3.1.0'

0 comments on commit ae22aaa

Please sign in to comment.