Skip to content

Commit 62a91ec

Browse files
committed
chorus(bump): Bump version 3.6.7
1 parent 0a34be5 commit 62a91ec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

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+
712
## [3.6.6] - 2023-01-27
813
### Fixed
914
* `setup.py` dependencies updated

devo/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__description__ = 'Devo Python Library.'
22
__url__ = 'http://www.devo.com'
3-
__version__ = "3.6.6"
3+
__version__ = "3.6.7"
44
__author__ = 'Devo'
55
__author_email__ = 'support@devo.com'
66
__license__ = 'MIT'

0 commit comments

Comments
 (0)