Skip to content

Commit

Permalink
Prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
halcy authored and halcy committed Apr 23, 2023
1 parent 1c444ed commit 3d5b94f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ 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.8.1 (in progress)
--------------------
v1.8.1
------
* Replace some lambdas with list comprenehsions (thanks eumiro)
* Add `resolve` keyword to `account_search` (thanks zevaryx)
* Add support for user agent header in `create_app` (thanks jkawamoto)
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-2022, Lorenz Diener'
copyright = u'2016-2023, Lorenz Diener, Mastodon.py contributors'
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.8'
# The full version, including alpha/beta/rc tags.
release = u'1.8.0'
release = u'1.8.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 @@ -32,7 +32,7 @@
long_description = (this_directory / "README.rst").read_text()

setup(name='Mastodon.py',
version='1.8.0',
version='1.8.1',
description='Python wrapper for the Mastodon API',
long_description=long_description,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit 3d5b94f

Please sign in to comment.