From 556195fa293585d5b1c50553c924958139958936 Mon Sep 17 00:00:00 2001 From: sthope Date: Mon, 13 Sep 2021 19:28:11 +0200 Subject: [PATCH] build(): first release --- CHANGELOG.md | 6 ------ Dockerfile | 2 +- LICENSE | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c086565..e69de29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +0,0 @@ -# 1.0.0 (2021-09-11) - - -### Performance Improvements - -* :100: ([ced43c3](https://git.sthope.dev/sthope/DockerContainer-randomPwd/commit/ced43c30463eb97caec004d84c0b900a8cefa5b5)) diff --git a/Dockerfile b/Dockerfile index 067d58b..d640600 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:3.7-alpine LABEL org.opencontainers.image.source="https://git.sthope.dev/sthope/DockerContainer-randomPwd" LABEL Maintainer="Sthope" LABEL Description="Random Password Generator x10" -LABEL version="0.1" +LABEL version="1.0.0" ADD randomPwd/ /randomPwd/ diff --git a/LICENSE b/LICENSE index 19a29c8..7d0dcd4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Sthope hopelessautomations@gmail.com +Copyright (c) 2021 Sthope HopelessAutomations@gmail.com 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: