Skip to content

Commit 6615bf7

Browse files
committed
Bump version: 1.8.1 → 1.8.2
1 parent 4e7a354 commit 6615bf7

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.8.1
2+
current_version = 1.8.2
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.8.1'
27+
version = '1.8.2'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.8.1'
29+
release = '1.8.2'
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rotki",
3-
"version": "1.8.1",
3+
"version": "1.8.2",
44
"description": "A portfolio tracking, asset analytics and tax reporting application specializing in Cryptoassets that protects your privacy",
55
"author": "Rotki Solutions GmbH",
66
"scripts": {

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
requirements = directory.joinpath('requirements.txt').read_text()
1414
requirements = [str(r) for r in parse_requirements(requirements)]
1515

16-
version = '1.8.1' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
16+
version = '1.8.2' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
1717

1818
setup(
1919
name='rotkehlchen',

0 commit comments

Comments
 (0)