We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4345919 + 23a6d00 commit d0ab1aaCopy full SHA for d0ab1aa
docs/conf.py
@@ -24,8 +24,8 @@
24
project = 'Graphite-API'
25
copyright = u'2014, Bruno Renié'
26
27
-version = '1.1.3'
28
-release = '1.1.3'
+version = '1.1.4'
+release = '1.1.4'
29
30
exclude_patterns = ['_build']
31
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "graphite-api"
7
-version = "1.1.3"
+version = "1.1.4"
8
description = "Graphite-web, without the interface. Just the rendering HTTP API."
9
readme = "README.rst"
10
requires-python = ">=3.8"
0 commit comments