Skip to content

Commit

Permalink
release 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed May 22, 2023
1 parent d3cc63e commit 81c8e9f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGES.rst
Expand Up @@ -2,11 +2,15 @@
Changes
-------

Unreleased
~~~~~~~~~~
11.0.0
~~~~~~

- Refactored support for map marker customisation

Backwards incompatibility:

- Dropped old support for icon-select panels.


10.0.0
~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -55,10 +55,10 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '10.0.1.dev0'
release = '11.0.0'

# The short X.Y version.
version = '10.0.1.dev0'
version = '11.0.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.cfg
@@ -1,6 +1,6 @@
[metadata]
name = clld
version = 10.0.1.dev0
version = 11.0.0
license = Apache 2.0
license_files = LICENSE
author = Robert Forkel
Expand Down
2 changes: 1 addition & 1 deletion src/clld/__init__.py
Expand Up @@ -3,7 +3,7 @@
from clld.db.models import common
from clld import interfaces

__version__ = "10.0.1.dev0"
__version__ = "11.0.0"


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

0 comments on commit 81c8e9f

Please sign in to comment.