From ac9257b078865b9917cbcab8a1c858be45fdd0df Mon Sep 17 00:00:00 2001 From: Stefan Lehmann Date: Wed, 13 Jan 2021 16:48:29 +0100 Subject: [PATCH] Version 3.3.2 --- CHANGELOG.md | 11 ++++++++++- pyads/__init__.py | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2680a4a7..4a4451aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## 3.3.2 [unreleased] +## 3.3.3 [unreleased] ### Added @@ -11,6 +11,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Removed +## 3.3.2 + +### Added + +### Changed +* fixed error with source distribution not containing adslib directory + +### Removed + ## 3.3.1 ### Added diff --git a/pyads/__init__.py b/pyads/__init__.py index cd697802..fe17c7d6 100644 --- a/pyads/__init__.py +++ b/pyads/__init__.py @@ -116,4 +116,4 @@ from .symbol import AdsSymbol -__version__ = '3.3.1' +__version__ = '3.3.2'