We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c987bc8 commit df4e9e2Copy full SHA for df4e9e2
docs/conf.py
@@ -61,9 +61,9 @@
61
# built documents.
62
#
63
# The short X.Y version.
64
-version = u'1.0.5'
+version = u'1.0.6'
65
# The full version, including alpha/beta/rc tags.
66
-release = u'1.0.5'
+release = u'1.0.6'
67
68
# The language for content autogenerated by Sphinx. Refer to documentation
69
# for a list of supported languages.
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name="gogs_client",
13
- version="1.0.5",
+ version="1.0.6",
14
description="A python library for interacting with a gogs server",
15
long_description=long_description,
16
url="https://github.com/unfoldingWord-dev/python-gogs-client",
0 commit comments