Skip to content

Commit

Permalink
release 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Jun 4, 2019
1 parent d94955c commit bace034
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '4.6.2.dev0'
release = '4.7.0'

# The short X.Y version.
version = '4.6.2.dev0'
version = '4.7.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

setup(
name='clld',
version='4.6.2.dev0',
version='4.7.0',
description=(
'Python library supporting the development of cross-linguistic databases'),
long_description=open('README.md').read(),
Expand Down
2 changes: 1 addition & 1 deletion src/clld/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from clld import interfaces


__version__ = "4.6.2.dev0"
__version__ = "4.7.0"


class Resource(namedtuple('Resource', 'name model interface with_index with_rdfdump')):
Expand Down

0 comments on commit bace034

Please sign in to comment.