File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 3.6.7] - 2023-02-17
8
+ ### Chorus
9
+ * Bump version to avoid collision with tag belonging to former release candidate version ` v3.6.6 `
10
+
11
+
7
12
## [ 3.6.6] - 2023-01-27
8
13
### Fixed
9
14
* ` setup.py ` dependencies updated
Original file line number Diff line number Diff line change 1
1
__description__ = 'Devo Python Library.'
2
2
__url__ = 'http://www.devo.com'
3
- __version__ = "3.6.6 "
3
+ __version__ = "3.6.7 "
4
4
__author__ = 'Devo'
5
5
__author_email__ = 'support@devo.com'
6
6
__license__ = 'MIT'
You can’t perform that action at this time.
0 commit comments