From 5d24c8eb286638ceabfe9dfe33b76425bff16530 Mon Sep 17 00:00:00 2001 From: Jacob Plaster Date: Wed, 17 Jul 2019 14:29:04 +0700 Subject: [PATCH] version: bump to 1.0.0 and add to changelog --- CHANGELOG | 6 ++++++ bfxapi/version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d7ca43b..081a424 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +1.0.0 + +- Removal of camel-casing file naming and git duplicates + i.e bfx.client instead of bfx.Client + + 0.0.1 - Added change-log and PR/Issue templates diff --git a/bfxapi/version.py b/bfxapi/version.py index 69d6f6b..9bf47a6 100644 --- a/bfxapi/version.py +++ b/bfxapi/version.py @@ -2,4 +2,4 @@ This module contains the current version of the bfxapi lib """ -__version__ = '0.0.1' +__version__ = '1.0.0'