Skip to content

Commit

Permalink
release 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrotwang committed Dec 1, 2023
1 parent 977a970 commit 28f1e6d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
Changes
-------

Unreleased
~~~~~~~~~~
11.1.0
~~~~~~

Dropped support for Python 3.7.
Added support for Python 3.12
- Dropped support for Python 3.7.
- Added support for Python 3.12.
- Updated leaflet providers.


11.0.1
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '11.0.2.dev0'
release = '11.1.0'

# The short X.Y version.
version = '11.0.2.dev0'
version = '11.1.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = clld
version = 11.0.2.dev0
version = 11.1.0
license = Apache 2.0
license_files = LICENSE
author = Robert Forkel
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__ = "11.0.2.dev0"
__version__ = "11.1.0"


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

0 comments on commit 28f1e6d

Please sign in to comment.