diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa2326a..5955ebe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ # Changelog +* [1.7.0](#170) * [1.6.0](#160) * [1.5.0](#150) * [1.4.1](#141) @@ -28,6 +29,19 @@ All notable changes to this project will be documented in this file. +## 1.7.0 +* ### Merged Pull Requests + * [Full changelog: 1.6.0...1.7.0](https://github.com/ni/nidaqmx-python/compare/1.6.0...1.7.0) + +* ### Resolved Issues + * ... + +* ### Major Changes + * ... + +* ### Known Issues + * ... + ## 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) diff --git a/pyproject.toml b/pyproject.toml index 9ceef6d4..f8db0c3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "nidaqmx" description = "Official NI-DAQmx Python API" license = "MIT" keywords = ["nidaqmx", "nidaq", "daqmx", "daq"] -version = "1.6.0.dev0" +version = "1.7.0.dev0" classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",