From 8cb626b7b71521781ebf9b8c2eabdb1d04677d24 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Jun 20 2018 17:28:07 +0000 Subject: Version 0.2.6.2 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index b971b8b..7b76666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,8 @@ All notable changes to this project will be documented in this file. ## 0.2.6.2 -- Release date: -- Added "get" option to the client cli + - Release date: 2018-06-20 + - Added "get" option to the client cli ## 0.2.6.1 - Release date: 2018-06-14 diff --git a/setup.py b/setup.py index 590a32c..1f25263 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ with open('test-requirements.txt') as f: setup(name='odcs', description='On Demand Compose Service', - version='0.2.6.1', + version='0.2.6.2', classifiers=[ "Programming Language :: Python", "Topic :: Software Development :: Build Tools"