Skip to content

Commit 40c56f7

Browse files
committed
Bump version: 1.1.0 → 1.1.1
1 parent dc7693d commit 40c56f7

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rotki",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
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",

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

2626
setup(
2727
name='rotkehlchen',

0 commit comments

Comments
 (0)