Skip to content

Commit

Permalink
Prep release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
halcy committed Mar 14, 2020
1 parent 82f531e commit 02a0f1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ A note on versioning: This librarys major version will grow with the APIs
version number. Breaking changes will be indicated by a change in the minor
(or major) version number, and will generally be avoided.

v1.5.1 (in progress, unreleased)
v1.5.1
--------------------------------
* 3.1 support
* Added `discoverable` parameter to account_update_credentials (Thanks gdunstone)
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

# General information about the project.
project = u'Mastodon.py'
copyright = u'2016-2019, Lorenz Diener'
copyright = u'2016-2020, Lorenz Diener'
author = u'Lorenz Diener'

# The version info for the project you're documenting, acts as replacement for
Expand All @@ -68,7 +68,7 @@
# The short X.Y version.
version = u'1.5'
# The full version, including alpha/beta/rc tags.
release = u'1.5.0'
release = u'1.5.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}

setup(name='Mastodon.py',
version='1.5.0',
version='1.5.1',
description='Python wrapper for the Mastodon API',
packages=['mastodon'],
install_requires=[
Expand Down

0 comments on commit 02a0f1e

Please sign in to comment.