Skip to content

Commit

Permalink
Bump to version 2.6.5 and update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshiebert committed Mar 21, 2019
1 parent 46fd157 commit e2a3449
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
News / Release Notes
====================
2.6.5
-----

*Release Date: 20-Mar-2019*

* `Fixes`_ `a problem`_ `where requesting`_ a beginning start time index
late in a timeseries would take a long time to begin the response.

.. _Fixes: https://github.com/pacificclimate/pydap.handlers.hdf5/commit/68d834c681664d6d1a12ce6f2f5bdb49430b3ba8
.. _a problem: https://github.com/pacificclimate/pydap.handlers.hdf5/issues/3
.. _where requesting: https://github.com/pacificclimate/pdp/issues/106

2.6.4
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_commitish():
return "{}.{}".format(safe_branch, repo.git.rev_parse(sha, short=6))


__version__ = '2.6.4'
__version__ = '2.6.5'
__revision__ = get_commitish()

setup(
Expand Down

0 comments on commit e2a3449

Please sign in to comment.