Skip to content

Commit

Permalink
release 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Dec 1, 2020
1 parent 5f6a204 commit 91c52ca
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changes
-------

7.4.0
~~~~~

- Better support for internationalization
- Support for map resizing


7.1.1
~~~~~

Expand Down
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 = '7.3.3.dev0'
release = '7.4.0'

# The short X.Y version.
version = '7.3.3.dev0'
version = '7.4.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 @@ -30,7 +30,7 @@

setup(
name='clld',
version='7.3.3.dev0',
version='7.4.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 @@ -3,7 +3,7 @@
from clld.db.models import common
from clld import interfaces

__version__ = "7.3.3.dev0"
__version__ = "7.4.0"


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

0 comments on commit 91c52ca

Please sign in to comment.