Skip to content

Commit

Permalink
release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Feb 1, 2019
1 parent 35dd3ce commit f563883
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
## [unreleased]


## 2.6.0

Support for initializing clldutils.source.Source objects from pybtex.database.Entry.


## 2.5.2

- added a tiny bit of functionality to support formatted docstrings
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='clldutils',
version='2.5.3.dev0',
version='2.6.0',
description='Utilities for clld apps',
long_description=open("README.md").read(),
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion src/clldutils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import unicode_literals

__version__ = '2.5.3.dev0'
__version__ = '2.6.0'

0 comments on commit f563883

Please sign in to comment.