Skip to content

Commit

Permalink
Merge branch 'feature/remove_duplicate_code' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmaloney committed Dec 27, 2022
2 parents dfc4b02 + 1bdf5b3 commit 9a9e7df
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 214 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click>=6.7
Mastodon.py>=1.5.1
Mastodon.py>=1.0.0
colored>=1.3.93
humanize>=0.5.1
emoji>=0.4.5
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages
setup(
name="tootstream",
version="0.3.8.2",
version="0.3.9.0",
python_requires=">=3",
install_requires=[line.strip() for line in open('requirements.txt')],

Expand Down
Loading

0 comments on commit 9a9e7df

Please sign in to comment.