Skip to content

Commit

Permalink
Bump version to 0.9.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tiliv committed Oct 24, 2015
1 parent 54c88fa commit f889feb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

These logs are also available on GitHub: https://github.com/pivotal-energy-solutions/django-datatable-view/releases

## 0.9.0-beta.4
Refinements since 0.9.0-beta.3

Sphinx documentation and Travis CI are now public:

* http://django-datatable-view.readthedocs.org/en/latest/
* https://travis-ci.org/pivotal-energy-solutions/django-datatable-view

Fixes:

* Several issues with LegacyConfiguration innards (sorting, some column names raising unexpected exceptions before the intended exception could be raised)
* Imports for some versions of Django
* Removed forced ``sortable=False`` kwarg when no sources are given (this was causing issues with columns that are expected to be sortable based on processor output)
* Fixed hook lookup for per-column searches
* Changed when internal configuration takes place on a ``Datatable``

## 0.9.0-beta.3
Refinements since 0.9.0-beta.2

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
# The short X.Y version.
version = '0.9'
# The full version, including alpha/beta/rc tags.
release = '0.9b3'
release = '0.9b4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

setup(name='django-datatable-view',
version='0.9.0-beta.3',
version='0.9.0-beta.4',
description='This package is used in conjunction with the jQuery plugin '
'(http://http://datatables.net/), and supports state-saving detection'
' with (http://datatables.net/plug-ins/api). The package consists of '
Expand All @@ -13,7 +13,7 @@
author='Tim Valenta',
author_email='[email protected]',
url='https://github.com/pivotal-energy-solutions/django-datatable-view',
download_url='https://github.com/pivotal-energy-solutions/django-datatable-view/tarball/django-datatable-view-0.9.0-beta.3',
download_url='https://github.com/pivotal-energy-solutions/django-datatable-view/tarball/django-datatable-view-0.9.0-beta.4',
license='Apache License (2.0)',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
Expand Down

0 comments on commit f889feb

Please sign in to comment.