Skip to content

Commit

Permalink
Merge pull request #180 from stlehmann/stlehmann-patch-1
Browse files Browse the repository at this point in the history
Increase version to 3.3.1
  • Loading branch information
stlehmann authored Jan 10, 2021
2 parents ebb2689 + 88050dc commit 05d7e79
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@
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.1 [unreleased]
* [#174](https://github.com/stlehmann/pyads/pull/174) Add `AdsSymbol` class for pythonic access
### Added

### Changed

### Removed

## 3.3.1

### Added
* [#174](https://github.com/stlehmann/pyads/pull/174) Add `AdsSymbol` class for pythonic access
* [#169](https://github.com/stlehmann/pyads/pull/169) Add adsGetNetIdForPLC to pyads_ex
* [#179](https://github.com/stlehmann/pyads/pull/179) Added destructor to `pyads.Connection`

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.0'
__version__ = '3.3.1'

0 comments on commit 05d7e79

Please sign in to comment.