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 da657bf commit 189fee9Copy full SHA for 189fee9
docs/conf.py
@@ -22,7 +22,7 @@
22
author = 'Tadej Lahovnik, Iztok Fister Jr.'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '0.2.7'
+release = '0.3.0'
26
27
# -- General configuration ---------------------------------------------------
28
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "succulent"
3
-version = "0.2.7"
+version = "0.3.0"
4
description = "Collect POST requests easily"
5
license = "MIT"
6
authors = ["Iztok Fister Jr. <iztok@iztok-jr-fister.eu>", "Tadej Lahovnik <lahovnik.tadej@gmail.com>"]
succulent/__init__.py
@@ -3,4 +3,4 @@
__all__ = [
'Configuration']
-__version__ = '0.2.7'
+__version__ = '0.3.0'
0 commit comments