Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
histrio committed May 29, 2024
1 parent 348498d commit deb40ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
# built documents.
#
# The short X.Y version.
version = '1.15'
version = '1.16'
# The full version, including alpha/beta/rc tags.
release = '1.15'
release = '1.16'

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

__author__ = "Andrey Antukh"
__license__ = "BSD"
__version__ = "1.15.0"
__version__ = "1.16.0"
__maintainer__ = "Rinat Sabitov"
__email__ = "[email protected]"
__status__ = "Development"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pycouchdb"
version = "1.15.0"
version = "1.16.0"
description = "Modern pure python CouchDB Client."
authors = ["Andrey Antukh <[email protected]>"]
maintainers = ["Rinat Sabitov <[email protected]>"]
Expand Down

0 comments on commit deb40ae

Please sign in to comment.