Skip to content

Commit

Permalink
Bump version: 2.0.4 → 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gideonshaked committed Jul 9, 2022
1 parent bf95f72 commit 41f21dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.4
current_version = 2.0.5
commit = True
tag = True
sign_tags = True
Expand Down
4 changes: 2 additions & 2 deletions nextinspace/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.4"
__version__ = "2.0.5"
__all__ = ["nextinspace", "next_launch", "next_event"]

import typing
Expand Down Expand Up @@ -133,7 +133,7 @@ def nextinspace(num_items: int, include_launcher: bool = False) -> Tuple[Union[L
once for the next *n* :class:`Events <Event>`, and once for the next *n* :class:`Launches <Launch>`, and merge the queries
into a sorted form. **As such, this function may be slower than anticipated.** 🙁
.. deprecated:: 2.0.4
.. deprecated:: 2.0.5
Because the filter by time function of the LL2 API is currently broken, **upcoming means beyond and including today**.
"""
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ profile = "black"

[tool.poetry]
name = "nextinspace"
version = "2.0.4"
version = "2.0.5"
description = "Never miss a launch."
license = "GPL-3.0-or-later"
authors = ["Gideon Shaked <gideonshaked@gmail.com>"]
Expand Down

0 comments on commit 41f21dd

Please sign in to comment.