Skip to content

Commit d0ab1aa

Browse files
authored
Merge pull request #8 from csett86/copilot/bump-patch-level-version
Bump version to 1.1.4
2 parents 4345919 + 23a6d00 commit d0ab1aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
project = 'Graphite-API'
2525
copyright = u'2014, Bruno Renié'
2626

27-
version = '1.1.3'
28-
release = '1.1.3'
27+
version = '1.1.4'
28+
release = '1.1.4'
2929

3030
exclude_patterns = ['_build']
3131

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "graphite-api"
7-
version = "1.1.3"
7+
version = "1.1.4"
88
description = "Graphite-web, without the interface. Just the rendering HTTP API."
99
readme = "README.rst"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)