File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,10 +95,11 @@ force their display. The logger is enabled with the *--debug* option. The
9595monitor window and logs. This will be the local time of where the app is
9696running, not the location of the UPS. The default is UTC.
9797
98- ## New in Development - v1.2.11
98+ ## New in Current Release - v1.2.11
9999
100100* Fix GObject.timeout_add deprecation.
101101* Update repository installation guide and add requirements file.
102+ * Many minor changes.
102103
103104## Known Issues
104105
@@ -128,7 +129,7 @@ to support it, feel free to make a pull request.
128129
129130## History
130131
131- ### New in Current Release - v1.2.10
132+ ### New in Previous Release - v1.2.10
132133
133134* Optimize ` ups-ls --about ` output.
134135* Improved messaging to aid new users in configuring new setup.
Original file line number Diff line number Diff line change 1616# along with this program. If not, see <https://www.gnu.org/licenses/>.
1717
1818__version__ = '1.2.11'
19- # __status__ = 'Development Status :: 5 - Production/Stable'
20- __status__ = 'Development Status :: 4 - Beta'
19+ __status__ = 'Development Status :: 5 - Production/Stable'
20+ # __status__ = 'Development Status :: 4 - Beta'
2121__credits__ = ['Natalya Langford - Configuration Parser' ]
2222__required_pversion__ = (3 , 6 )
2323__required_kversion__ = (4 , 8 )
You can’t perform that action at this time.
0 commit comments