Skip to content

Commit

Permalink
Create new patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Jan 24, 2020
1 parent 6dc8398 commit fe703f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# The short X.Y version.
version = "2.3"
# The full version, including alpha/beta/rc tags.
release = "2.3.0"
release = "2.3.1"

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

VERSION = (2, 3, 0, "final", 0)
VERSION = (2, 3, 1, "final", 0)
__version__ = get_version(VERSION)


Expand Down

0 comments on commit fe703f0

Please sign in to comment.