Skip to content

Commit f2ecede

Browse files
committed
Bump version: 1.7.0 → 1.8.0
1 parent ae1bc0c commit f2ecede

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.7.0
2+
current_version = 1.8.0
33
commit = True
44
tag = False
55

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = 'Lefteris Karapetsas'
2525

2626
# The short X.Y version
27-
version = '1.7.0'
27+
version = '1.8.0'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.7.0'
29+
release = '1.8.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

frontend/app/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rotki",
3-
"version": "1.7.0",
4-
"description": "A portfolio tracking, asset analytics and tax reporting application specializing in Cryptoassets that respects your privacy",
3+
"version": "1.8.0",
4+
"description": "A portfolio tracking, asset analytics and tax reporting application specializing in Cryptoassets that protects your privacy",
55
"author": "The Rotki Team",
66
"scripts": {
77
"serve": "vue-cli-service serve",

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def read(fname):
2121
if not requirement.lstrip().startswith('#')
2222
))
2323

24-
version = '1.7.0' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
24+
version = '1.8.0' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
2525

2626
setup(
2727
name='rotkehlchen',

0 commit comments

Comments
 (0)