Skip to content

Commit

Permalink
Technical release: updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
histrio committed May 17, 2022
1 parent f462b61 commit 8b855b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
current_version = 1.14.1
current_version = 1.14.2

[bumpversion:file:pycouchdb/__init__.py]
[bumpversion:file:pyproject.toml]

[bumpversion:file:pyproject.toml]
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.14.1"
__version__ = "1.14.2"
__maintainer__ = "Rinat Sabitov"
__email__ = "[email protected]"
__status__ = "Development"
Expand Down

0 comments on commit 8b855b5

Please sign in to comment.