diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bde3d3..08972a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ 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.5 [unreleased] +## 3.3.6 [unreleased] + +## 3.3.5 ### Added * [#223](https://github.com/stlehmann/pyads/pull/223) Add structure support for symbols diff --git a/pyads/__init__.py b/pyads/__init__.py index 135965b..e820d3c 100644 --- a/pyads/__init__.py +++ b/pyads/__init__.py @@ -116,4 +116,4 @@ from .symbol import AdsSymbol -__version__ = '3.3.4' +__version__ = '3.3.5'