Skip to content

Commit

Permalink
Version 1.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-mg committed Jan 11, 2024
1 parent e32c857 commit 3ce3a6e
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 @@ -55,9 +55,9 @@
# built documents.
#
# The short X.Y version.
version = '1.25.1'
version = '1.28.0'
# The full version, including alpha/beta/rc tags.
release = '1.25.1'
release = '1.28.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 rosette/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
limitations under the License.
"""

__version__ = '1.25.1'
__version__ = '1.28.0'
2 changes: 1 addition & 1 deletion rosette/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

_APPLICATION_JSON = 'application/json'
_BINDING_LANGUAGE = 'python'
_BINDING_VERSION = '1.25.1'
_BINDING_VERSION = '1.28.0'
_CONCURRENCY_HEADER = 'x-rosetteapi-concurrency'
_CUSTOM_HEADER_PREFIX = 'X-RosetteAPI-'
_CUSTOM_HEADER_PATTERN = re.compile('^' + _CUSTOM_HEADER_PREFIX)
Expand Down

0 comments on commit 3ce3a6e

Please sign in to comment.