Skip to content

Commit

Permalink
Merge branch 'release/0.3.9.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmaloney committed Feb 26, 2023
2 parents 4618f09 + 270a17f commit dc77d3b
Show file tree
Hide file tree
Showing 5 changed files with 792 additions and 1,007 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

### Release
### 0.3.9.0

#### Fixed
- Remove duplicate code (thanks to Jesse Weinstein)
- Upgrade to Mastodon.py version to Mastodon.py 1.8.0

### Release
### [0.3.8.1] - 2020-01-22
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,5 +1,5 @@
click>=6.7
Mastodon.py==1.5.0
Mastodon.py>=1.5.1
colored>=1.3.93
humanize>=0.5.1
emoji>=0.4.5
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(
name="tootstream",
version="0.3.8.1",
version="0.3.9.0",
python_requires=">=3",
install_requires=[line.strip() for line in open('requirements.txt')],

Expand Down

0 comments on commit dc77d3b

Please sign in to comment.