Skip to content

Commit e4c59dc

Browse files
author
tytv2
committed
release: v0.1.2
1 parent d6acb8c commit e4c59dc

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

.changes/0.1.2.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "vks",
5+
"description": "Green Node CLI release"
6+
}
7+
]

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.1.2
4+
5+
### Features
6+
* **vks**: Green Node CLI release
7+
38
## 0.1.1
49

510
### Features

grncli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import os
55

6-
__version__ = '0.1.1'
6+
__version__ = '0.1.2'
77

88
# Data path for cli.json and other data files
99
_grncli_data_path = os.path.join(

0 commit comments

Comments
 (0)