Skip to content

Commit

Permalink
Version bump: 2.1.1 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 authored Dec 23, 2020
1 parent 26ab052 commit 8399f55
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = 'CERT Polska'

# The full version, including alpha/beta/rc tags
release = '2.1.0'
release = '2.1.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion mwdb/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
except IOError:
git_revision = ""

app_version = "2.1.0"
app_version = "2.1.1"
app_build_version = f"{app_version}+{git_revision}" if git_revision else app_version
2 changes: 1 addition & 1 deletion mwdb/web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mwdb/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mwdb-web",
"version": "2.1.0",
"version": "2.1.1",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
Expand Down
2 changes: 1 addition & 1 deletion mwdb/web/src/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@mwdb-web/commons",
"main": "index.js",
"private": true,
"version": "2.1.0",
"version": "2.1.1",
"dependencies": {
"axios": "0.19.2",
"identicon.js": "^2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

setup(name="mwdb-core",
version="2.1.0",
version="2.1.1",
description="MWDB Core malware database",
long_description=LONG_DESCRIPTION,
author="CERT Polska",
Expand Down

0 comments on commit 8399f55

Please sign in to comment.