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'