diff --git a/CHANGELOG.md b/CHANGELOG.md index 72523f9f..71e06c3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog +* [1.6.0](#160) * [1.5.0](#150) * [1.4.1](#141) * [1.4.0](#140) @@ -27,6 +28,19 @@ All notable changes to this project will be documented in this file. +## 1.6.0 +* ### Merged Pull Requests + * [Full changelog: 1.5.0...1.6.0](https://github.com/ni/nidaqmx-python/compare/1.5.0...1.6.0) + +* ### Resolved Issues + * ... + +* ### Major Changes + * ... + +* ### Known Issues + * ... + ## 1.5.0 * ### Merged Pull Requests * [Full changelog: 1.4.1...1.5.0](https://github.com/ni/nidaqmx-python/compare/1.4.1...1.5.0) diff --git a/pyproject.toml b/pyproject.toml index 30ab9a79..38fc75a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "nidaqmx" description = "NI-DAQmx Python API" license = "MIT" keywords = ["nidaqmx", "nidaq", "daqmx", "daq"] -version = "1.5.0.dev0" +version = "1.6.0.dev0" classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",