Skip to content

Commit

Permalink
1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Oct 6, 2023
1 parent 0a337f5 commit e21bec0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
generate_release_notes: true
name: lucit-licensing-python
prerelease: false
tag_name: 1.1.7
tag_name: 1.1.8
token: ${{ secrets.RELEASE_TOKEN }}
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

[How to upgrade to the latest version!](https://lucit-licensing-python.docs.lucit.tech/README.html#installation-and-upgrade)

## 1.1.7.dev (development stage/unreleased/unstable)
## 1.1.8.dev (development stage/unreleased/unstable)

## 1.1.7
## 1.1.8
- RELEASE!!! :)
2 changes: 1 addition & 1 deletion lucit_licensing_python/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __init__(self, api_secret: str = None, license_token: str = None,
self.last_verified_licensing_result = None
self.license_token = license_token
self.mac = str(hex(uuid.getnode()))
self.module_version: str = "1.1.7"
self.module_version: str = "1.1.8"
self.needed_license_type = needed_license_type
self.os = platform.system()
self.parent_shutdown_function = parent_shutdown_function
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'lucit_licensing_python/manager.py'],
annotate=False),
name='lucit-licensing-python',
version="1.1.7",
version="1.1.8",
author="LUCIT Systems and Development",
author_email='info@lucit.tech',
url="https://github.com/LUCIT-Systems-and-Development/lucit-licensing-python",
Expand Down

0 comments on commit e21bec0

Please sign in to comment.