Skip to content

Commit c9ffb6b

Browse files
committed
Bump version: 1.1.1 → 1.2.0
1 parent 97ee619 commit c9ffb6b

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.1.1
2+
current_version = 1.2.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.1.1'
27+
version = '1.2.0'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.1.1'
29+
release = '1.2.0'
3030

3131

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

electron-app/package-lock.json

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

electron-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rotki",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"author": "Lefteris Karapetsas",
55
"description": "A portfolio tracking, asset analytics and tax reporting application specializing in Cryptoassets",
66
"repository": "https://github.com/rotki/rotki",
@@ -66,7 +66,7 @@
6666
"jest": "24.9.0",
6767
"jest-junit": "^10.0.0",
6868
"prettier": "1.19.1",
69-
"promise-retry": "1.1.1",
69+
"promise-retry": "1.2.0",
7070
"sass": "1.23.7",
7171
"sass-loader": "7.3.1",
7272
"spectron": "8.0.0",

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.1.1' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
24+
version = '1.2.0' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
2525

2626
setup(
2727
name='rotkehlchen',

0 commit comments

Comments
 (0)