# HG changeset patch # User Peter Sanchez # Date 1574098006 28800 # Mon Nov 18 09:26:46 2019 -0800 # Node ID 15b79ffc7134111d4c71b0df737d857066238111 # Parent c214cdebd0b991336793795b15412156baee9654 Fixing version number diff --git a/README.rst b/README.rst --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ sendypy |nlshield| ============================== :Info: Simple module to interface with the Sendy API (https://sendy.co/api) -:Version: 0.2.0 +:Version: 0.2 :Author: Peter Sanchez (http://www.petersanchez.com) - (http://www.netlandish.com) Dependencies @@ -16,7 +16,7 @@ **NOTE:** -* **Version 0.2.0** now requires ``api_key`` varaible for all API calls. This is a required change to the functionality of Sendy as of version 4.0.4. This is a potentially breaking code change. Please update your code to always provide the API key before upgrading to sendypy v0.2.0. +* **Version 0.2** now requires ``api_key`` varaible for all API calls. This is a required change to the functionality of Sendy as of version 4.0.4. This is a potentially breaking code change. Please update your code to always provide the API key before upgrading to sendypy v0.2. * **Version 0.1.3b** adds the new "title" variable to the ``create_campaign`` API call. It effects the default ordering of variables in the call. If you're upgrading from a previous version please ensure that you account for the new ordering of variables. This new variable was added in Sendy v2.1.2.6