Skip to content

Commit 564da93

Browse files
author
obervinov
committed
fixed import of main code via __init__.py
1 parent 1fde73a commit 564da93

File tree

4 files changed

+10
-21
lines changed

4 files changed

+10
-21
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
44

55

6+
## v1.0.2 - 2024-01-24
7+
### What's Changed
8+
**full changelog**: https://github.com/obervinov/messages-package/compare/v1.0.1...v1.0.2 by @ obervinov https://github.com/obervinov/messages-package/pull/1
9+
#### 🐛 Bug Fixes
10+
* fixed import of main code via `__init__.py`
11+
12+
613
## v1.0.1 - 2024-01-20
714
### What's Changed
815
**full changelog**: https://github.com/obervinov/messages-package/compare/v1.0.0...v1.0.1 by @ obervinov https://github.com/obervinov/messages-package/pull/17

messages/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
No need to add anything here. Feel free to delete this line when you make your own package
44
Leave it empty
55
"""
6+
# flake8: noqa
7+
from .messages import *

poetry.lock

Lines changed: 0 additions & 20 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "messages"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "This package helps to easily and quickly generate beautiful messages for telegram bots using templates described in json."
55
authors = ["Bervinov Oleg <[email protected]>"]
66
maintainers = ["Bervinov Oleg <[email protected]>"]

0 commit comments

Comments
 (0)