Skip to content

Commit

Permalink
release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
bellrichm committed Jul 27, 2023
1 parent aad51fe commit de5c83e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/user/jas.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def logerr(msg):
logmsg(syslog.LOG_ERR, msg)


VERSION = "0.4.1-rc01c"
VERSION = "0.4.1"

class JAS(SearchList):
""" Implement tags used by templates in the skin. """
Expand Down
13 changes: 12 additions & 1 deletion changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,15 @@ Enhancements
Internal
- Javascript is generated with Python instead of with Cheetah.
- Data is generated with Python instead of with Cheetah.
- Bootstrap version updated to 5.3.0.
- Bootstrap version updated to 5.3.0.

V0.4.1

Fixes:
- jas always gets ‘current’ data from the db.
This fixes the case where a current xtype is in an alternate binding.
In this case the data to calculate the xtype will never be in the archive record.

Enhancements:
- Responsiveness of charts is improved, resulting in small sized charts looking better.
- Added option to configure the number of columns a section should use.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import configobj
from weecfg.extension import ExtensionInstaller

VERSION = "0.4.1-rc01c"
VERSION = "0.4.1"

EXTENSION_CONFIG = """
[StdReport]
Expand Down

0 comments on commit de5c83e

Please sign in to comment.