Skip to content

Commit b4286ed

Browse files
committed
Preparing version 0.18
1 parent c807ec8 commit b4286ed

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog for httpkom
22

3-
## Unreleased
3+
## 0.18 (2021-01-20)
44

55
### Changed
66

httpkom/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.17+dev'
1+
__version__ = '0.18'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setuptools.setup(
88
name='httpkom',
9-
version='0.17+dev',
9+
version='0.18',
1010
description='REST-like HTTP API for LysKOM',
1111
long_description=long_description,
1212
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)