summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJan Willhaus <mail@janwillhaus.de>2019-05-19 10:02:55 +0200
committerGitHub <noreply@github.com>2019-05-19 10:02:55 +0200
commitbf0639aa4da5696c270b8d5ef0c15ff0536563a5 (patch)
tree810a7274a5b14a7362bef7287ec6d13001b39812 /setup.py
parentce2fee4183156270c5bf6316ca091016f2061ff5 (diff)
downloadwarlock-bf0639aa4da5696c270b8d5ef0c15ff0536563a5.tar.gz
Release 1.3.1 (#36)1.3.1
* Bump version * Add changelog framing * Prepare changelog for release
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2a4ee02..a6369c1 100644
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ def read(fname):
setuptools.setup(
name="warlock",
- version="1.3.0",
+ version="1.3.1",
description="Python object model built on JSON schema and JSON patch.",
long_description=read("README.md"),
long_description_content_type="text/markdown",