Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwoodall committed Dec 1, 2018
1 parent 863c2a6 commit d3aa830
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
History
-------

0.2.1 (2018-12-01)
++++++++++++++++++
* Fixed bug that was truncating index names to only 63 characters
* Updated various sql statement to match heroku's version (thanks @mantrala)

0.2.0 (2014-05-06)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion pgextras/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__author__ = 'Scott Woodall'
__email__ = 'scott.woodall@gmail.com'
__version__ = '0.2.0'
__version__ = '0.2.1'


class PgExtras(object):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='pgextras',
version='0.2.0',
version='0.2.1',
description="Unofficial Python port of Heroku's pgextras that provides"
" various statistics for a Postgres instance.",
long_description=readme + '\n\n' + history,
Expand Down

0 comments on commit d3aa830

Please sign in to comment.