Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorres committed Sep 1, 2024
1 parent 067354b commit 1edacbc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.0] - 2024-08-01

## Changed

- Dropped support for Python 3.9
- Removed certain logging statements to reduce unneeded logged information
- Tweak to sad keywords
- Minor updates

## [2.0.0] - 2023-11-05

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ A simple Telegram bot that sends random dog pictures (and more!).

You can test the bot on Telegram, just click here: [@DogPicsBot](https://t.me/dogpicsbot).

Currently on [v2.0.0](https://github.com/aitorres/dogpicsbot/releases/tag/v2.0.0). For more information about versions and changes, refer to the [changelog](CHANGELOG.md).
Currently on [v3.0.0](https://github.com/aitorres/dogpicsbot/releases/tag/v3.0.0). For more information about versions and changes, refer to the [changelog](CHANGELOG.md).

## Requirements

The bot runs on **Python 3** (officially supporting Python 3.9 to 3.12), and depends on packages listed on the `requirements.txt` file.
The bot runs on **Python 3** (officially supporting Python 3.10 to 3.12), and depends on packages listed on the `requirements.txt` file.

For ease of use, use [`poetry`](https://python-poetry.org/) to install dependencies with the following command:

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dogpicsbot"
version = "2.0.0"
version = "3.0.0"
description = "A simple Telegram bot that sends random dog pictures (and more!)."
authors = ["Andrés Ignacio Torres <dev@aitorres.com>"]

Expand Down

0 comments on commit 1edacbc

Please sign in to comment.