Skip to content

Commit

Permalink
v1.2.11 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricks-Lab committed Jul 6, 2022
1 parent 66cc43d commit 5b7b35b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,11 @@ force their display. The logger is enabled with the *--debug* option. The
monitor window and logs. This will be the local time of where the app is
running, not the location of the UPS. The default is UTC.

## New in Development - v1.2.11
## New in Current Release - v1.2.11

* Fix GObject.timeout_add deprecation.
* Update repository installation guide and add requirements file.
* Many minor changes.

## Known Issues

Expand Down Expand Up @@ -128,7 +129,7 @@ to support it, feel free to make a pull request.

## History

### New in Current Release - v1.2.10
### New in Previous Release - v1.2.10

* Optimize `ups-ls --about` output.
* Improved messaging to aid new users in configuring new setup.
Expand Down
4 changes: 2 additions & 2 deletions UPSmodules/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.

__version__ = '1.2.11'
#__status__ = 'Development Status :: 5 - Production/Stable'
__status__ = 'Development Status :: 4 - Beta'
__status__ = 'Development Status :: 5 - Production/Stable'
#__status__ = 'Development Status :: 4 - Beta'
__credits__ = ['Natalya Langford - Configuration Parser']
__required_pversion__ = (3, 6)
__required_kversion__ = (4, 8)

0 comments on commit 5b7b35b

Please sign in to comment.