提交 c0669d17 编写于 作者: nengyuangzhang's avatar nengyuangzhang

updated version number to 3.2.0

上级 fc312ec7
......@@ -13,6 +13,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- None
### Removed
- None
## [v3.2.0] - 2023-03-31
### Added
- added automatic logout action when myems-admin is idle for more than 5 minutes
- Add Environment Monitor to Space Data
### Changed
- None
### Fixed
- None
### Removed
- Removed table `tbl_shopfloor_working_days` from `myems_production_db`
......@@ -1221,7 +1235,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Removed
- None.
[Unreleased]: https://github.com/MyEMS/myems/compare/v3.1.0...HEAD
[Unreleased]: https://github.com/MyEMS/myems/compare/v3.2.0...HEAD
[3.2.0]: https://github.com/MyEMS/myems/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/MyEMS/myems/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/MyEMS/myems/releases/tag/v3.0.0
<div class="footer-login">
<div>
<strong>{{'MY_EMS_NAME' | translate}} v3.1.0 <a href="https://myems.io">https://myems.io</a> </strong>
<strong>{{'MY_EMS_NAME' | translate}} v3.2.0 <a href="https://myems.io">https://myems.io</a> </strong>
</div>
</div>
......@@ -3,6 +3,6 @@
<strong><a href="https://myems.io">https://myems.io</a></strong>
</div>
<div>
<strong>{{'MY_EMS_NAME' | translate}} v3.1.0</strong>
<strong>{{'MY_EMS_NAME' | translate}} v3.2.0</strong>
</div>
</div>
3.1.0
\ No newline at end of file
3.2.0
\ No newline at end of file
......@@ -15,8 +15,8 @@ class VersionItem:
@staticmethod
def on_get(req, resp):
result = {"version": 'MyEMS v3.1.0',
"release-date": '2023-03-03',
result = {"version": 'MyEMS v3.2.0',
"release-date": '2023-03-31',
"website": "https://myems.io"}
resp.text = json.dumps(result)
3.1.0
\ No newline at end of file
3.2.0
\ No newline at end of file
3.1.0
\ No newline at end of file
3.2.0
\ No newline at end of file
3.1.0
\ No newline at end of file
3.2.0
\ No newline at end of file
此差异已折叠。
{
"name": "myems",
"version": "3.1.0",
"version": "3.2.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
......
export const version = '3.1.0';
export const version = '3.2.0';
export const navbarBreakPoint = 'xl'; // Vertical navbar breakpoint
export const topNavbarBreakpoint = 'lg';
//export const APIBaseURL = 'http://127.0.0.1:8000';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册