Skip to content

Commit 5b7b35b

Browse files
committed
v1.2.11 release prep
1 parent 66cc43d commit 5b7b35b

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,11 @@ force their display. The logger is enabled with the *--debug* option. The
9595
monitor window and logs. This will be the local time of where the app is
9696
running, 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.

UPSmodules/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
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)

0 commit comments

Comments
 (0)