From 32f74aa195fddeab393a103527176d1ee50dd52c Mon Sep 17 00:00:00 2001 From: NodePing Date: Tue, 4 Feb 2020 10:29:24 -0800 Subject: [PATCH] Updated changelog and version to 1.1 --- changelog.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index e2a7e42..7f7c5fd 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. ## [Unreleased] (Placeholder for unreleased content) +## [1.1] + +### Added +- Support for the new maintenance functionality + ## [1.0] ### Added diff --git a/setup.py b/setup.py index d925bcd..0fca8c1 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ URL = 'https://github.com/NodePing/python-nodeping-api' EMAIL = 'support@nodeping.com' AUTHOR = 'NodePing' -VERSION = '1.0' +VERSION = '1.1' LICENSE = 'MIT' setuptools.setup(