Release v2.2.28

This commit is contained in:
grossmj
2021-12-15 13:54:24 +10:30
parent b8abdc79dc
commit ec374f173c
3 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
# Change Log
## 2.2.28 15/12/2021
* Fixed drawLine called with float arguments
* Fixed dead VIX API link
## 2.2.27 12/11/2021
* Fix symbols in "Symbol selection" dialog are not placed in alphabetical order. Fixes #3245

View File

@@ -51,7 +51,7 @@ class CrashReport:
Report crash to a third party service
"""
DSN = "https://4afb719ce2104feb9cc256d0e049d9a1:b0340c0f91c54947bc987da013c4e933@o19455.ingest.sentry.io/38506"
DSN = "https://afea6dfc1b52427daa40387216e31764:2aeb84def9164bfaa2136d2684892252@o19455.ingest.sentry.io/38506"
_instance = None
def __init__(self):

View File

@@ -23,8 +23,8 @@
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "2.2.28dev1"
__version_info__ = (2, 2, 28, 99)
__version__ = "2.2.28"
__version_info__ = (2, 2, 28, 0)
if "dev" in __version__:
try: