Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit d0b5a74

Browse files
committed
Updated version to 2023.04.1
1 parent 5d179d1 commit d0b5a74

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

CHANGELOG.rst

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
#################
2+
Release 2023.04.1
3+
#################
4+
5+
***************
6+
Chess challenge
7+
***************
8+
9+
Added a new challenge for the OOP block (by Vladyslav Ponomaryov).
10+
11+
- Implement class for each chess piece
12+
- Implement function to filter pieces that can move to a specified place
13+
on a chess board
14+
15+
*****************
16+
Convenience store
17+
*****************
18+
19+
Added "Payment processors" description.
20+
121
#################
222
Release 2023.01.2
323
#################

poetry.lock

+4-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "problem-sets"
7-
version = "2023.01.1"
7+
version = "2023.04.1"
88
description = "Challenges and solutions for the Python training course"
99
license = "MIT"
1010
authors = [

0 commit comments

Comments
 (0)