Skip to content

Commit 61f070f

Browse files
committed
0.1.5 bump
1 parent b040b38 commit 61f070f

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

HISTORY.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
History
22
=======
33

4+
0.1.5
5+
-----
6+
7+
- Fixes database update HTTP method
8+
49
0.1.4
510
-----
611

neon_api/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.4"
1+
__version__ = "0.1.5"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "neon-api"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
description = "An API Client for the Neon API."
55
authors = ["Kenneth Reitz <[email protected]>"]
66
license = "Apache-2.0"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
1919
AUTHOR = "Kenneth Reitz"
2020
REQUIRES_PYTHON = ">=3.9.0"
21-
VERSION = "0.1.4"
21+
VERSION = "0.1.5"
2222

2323
# What packages are required for this module to be executed?
2424
REQUIRED = ["requests", "pydantic >= 2.0.0"]

0 commit comments

Comments
 (0)