From 6f78bcd59e993280db8ae5ed733b6a9670546086 Mon Sep 17 00:00:00 2001 From: Paul-Emmanuel Raoul Date: Sat, 14 Dec 2024 11:32:07 +0100 Subject: [PATCH 1/3] Update copyright year range --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 2bf27bf..67c9834 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2018-2022 Paul-Emmanuel Raoul +Copyright (c) 2018-2024 Paul-Emmanuel Raoul Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From bdc3f56c6b63f1824f32872dbdcfaf6a192ca016 Mon Sep 17 00:00:00 2001 From: Paul-Emmanuel Raoul Date: Sat, 14 Dec 2024 11:36:39 +0100 Subject: [PATCH 2/3] Update readme --- README.rst | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.rst b/README.rst index 06d8abf..b1d965e 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,7 @@ Faker Wi-Fi ESSID ================= -|PyPI Package| |PyPI Downloads| |PyPI Python Versions| |Build Status| |LGTM -Grade| |LGTM Alerts| +|PyPI Package| |PyPI Downloads| |PyPI Python Versions| |Build Status| `Faker `__ provider for Wi-Fi ESSIDs. @@ -32,20 +31,12 @@ Usage License ======= -`MIT `__ +This project is `MIT `__ licensed. .. |Build Status| image:: https://github.com/SkypLabs/faker-wifi-essid/actions/workflows/test_and_publish.yml/badge.svg?branch=develop :target: https://github.com/SkypLabs/faker-wifi-essid/actions/workflows/test_and_publish.yml?query=branch%3Adevelop :alt: Build Status -.. |LGTM Alerts| image:: https://img.shields.io/lgtm/alerts/g/SkypLabs/faker-wifi-essid.svg?logo=lgtm&logoWidth=18 - :target: https://lgtm.com/projects/g/SkypLabs/fake-wifi-essid/alerts/ - :alt: LGTM Alerts - -.. |LGTM Grade| image:: https://img.shields.io/lgtm/grade/python/g/SkypLabs/faker-wifi-essid.svg?logo=lgtm&logoWidth=18 - :target: https://lgtm.com/projects/g/SkypLabs/faker-wifi-essid/context:python - :alt: LGTM Grade - .. |PyPI Downloads| image:: https://img.shields.io/pypi/dm/faker-wifi-essid.svg?style=flat :target: https://pypi.org/project/faker-wifi-essid/ :alt: PyPI Package Downloads Per Month From cee951f4aec3761538996d8c84940dd7aef29f52 Mon Sep 17 00:00:00 2001 From: Paul-Emmanuel Raoul Date: Sat, 14 Dec 2024 12:46:37 +0100 Subject: [PATCH 3/3] Bump version number to 0.5.0 --- src/faker_wifi_essid/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/faker_wifi_essid/__init__.py b/src/faker_wifi_essid/__init__.py index 437a50c..2613572 100644 --- a/src/faker_wifi_essid/__init__.py +++ b/src/faker_wifi_essid/__init__.py @@ -6,7 +6,7 @@ from .wifi_essid import WifiESSID -__version__ = "0.4.1" +__version__ = "0.5.0" __all__ = [ "WifiESSID",