Skip to content

Commit

Permalink
Tag version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
stamparm committed May 31, 2020
1 parent b71ba66 commit a5767de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from thirdparty.six.moves import urllib as _urllib

NAME = "Maltrail"
VERSION = "0.20.39"
VERSION = "0.21.1"
PLATFORM = os.name
IS_WIN = PLATFORM == "nt"
IS_SENSOR = sys.argv[0].startswith("sensor")
Expand Down

4 comments on commit a5767de

@MikhailKasimov
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mimugmail
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=247078

@stamparm If you also add a release beneath tagging I automatically get an email by github and freebsd ports

@stamparm
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mimugmail this moment added the start-of-month automatic releasing (along with tagging)

@mimugmail
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx, now I always get informed by github and freebsd-ports :)

Please sign in to comment.