Skip to content

Commit

Permalink
feat: v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Apr 14, 2022
1 parent 304b6b8 commit c094a88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [v1.8.0] - 2022-04-14
### Changed
- Now allows instantiation of `MuminDataset` without having any Twitter bearer
token, neither as an explicit argument nor as an environment variable, which
Expand Down
2 changes: 1 addition & 1 deletion mumin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.7.0'
__version__ = '1.8.0'

# Set up logging
import logging
Expand Down

0 comments on commit c094a88

Please sign in to comment.