diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..07adba0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +### Changelog + +All notable changes to this project will be documented in this file. Dates are displayed in UTC. + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### 2.1.0 + +- Rollback debug [`05368e8`](https://github.com/c3g/project_tracking_cli/commit/05368e88bf72bbbecf0e721e4d497c7620a11631) diff --git a/pt_cli/__version__.py b/pt_cli/__version__.py index 3b3dacb..a33997d 100644 --- a/pt_cli/__version__.py +++ b/pt_cli/__version__.py @@ -1 +1 @@ -__version__ = '2.0' +__version__ = '2.1.0'