Skip to content

Commit

Permalink
Increase version to 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stlehmann committed May 14, 2021
1 parent 7a5efb4 commit 261470b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@

from .symbol import AdsSymbol

__version__ = '3.3.4'
__version__ = '3.3.5'

0 comments on commit 261470b

Please sign in to comment.