Skip to content

Commit

Permalink
πŸ”– Release v0.119.0 πŸŽ‰
Browse files Browse the repository at this point in the history
  • Loading branch information
RealA10N committed Jun 28, 2021
1 parent 4c4149b commit 458b6e5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [0.119.0] - 28.06.2021

### Changed

- Renamed the module import name from `instabot` to `instarex`.
From now on, use `from instarex import ...`.

## [0.118.0] - 28.06.2021

### Fixed

- Fixed a bug that wouldn't allow loading cookies from previous sessions.

[Unreleased]: https://github.com/reala10n/instarex/compare/v0.118.0...HEAD
[Unreleased]: https://github.com/reala10n/instarex/compare/v0.119.0...HEAD
[0.118.0]: https://github.com/reala10n/instarex/compare/v0.118.0...v0.119.0
[0.118.0]: https://github.com/reala10n/instarex/compare/v0.117.0...v0.118.0
2 changes: 1 addition & 1 deletion instarex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from .bot import Bot
from .api import API

__version__ = "0.118.0"
__version__ = "0.119.0"
__all__ = ["utils", "API", "Bot"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="instarex",
version="0.118.0",
version="0.119.0",
description="Develop Instagram bots with ease!",
long_description=long_description,
author="Alon Krymgand, Daniil Okhlopkov, Evgeny Kemerov",
Expand Down

0 comments on commit 458b6e5

Please sign in to comment.