From c1c0e569d8e428d09295f29b7e90e135fb9bf145 Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Thu, 21 Jan 2021 19:30:16 +0200 Subject: [PATCH 1/2] LICENSE: update year and formatting --- LICENSE | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 3453324..b1e4097 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,22 @@ -Copyright (C) 2018 Airbrake Technologies Inc. +The MIT License +=============== -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: +Copyright © 2021 Airbrake Technologies, Inc. -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the 'Software'), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Code/airbrake/pybrake[release-1-0-0]% From e5d2ee8afe1934fd3cc01face6ffca47d1e4aecd Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Thu, 21 Jan 2021 19:30:30 +0200 Subject: [PATCH 2/2] Release v1.0.0 --- pybrake/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybrake/version.py b/pybrake/version.py index 20528fe..11a716e 100644 --- a/pybrake/version.py +++ b/pybrake/version.py @@ -1 +1 @@ -version = "0.4.6" +version = "1.0.0"