Skip to content

Commit 41f21dd

Browse files
committed
Bump version: 2.0.4 β†’ 2.0.5
1 parent bf95f72 commit 41f21dd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

β€Ž.bumpversion.cfgβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.4
2+
current_version = 2.0.5
33
commit = True
44
tag = True
55
sign_tags = True

β€Žnextinspace/__init__.pyβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.0.4"
1+
__version__ = "2.0.5"
22
__all__ = ["nextinspace", "next_launch", "next_event"]
33

44
import typing
@@ -133,7 +133,7 @@ def nextinspace(num_items: int, include_launcher: bool = False) -> Tuple[Union[L
133133
once for the next *n* :class:`Events <Event>`, and once for the next *n* :class:`Launches <Launch>`, and merge the queries
134134
into a sorted form. **As such, this function may be slower than anticipated.** πŸ™
135135
136-
.. deprecated:: 2.0.4
136+
.. deprecated:: 2.0.5
137137
138138
Because the filter by time function of the LL2 API is currently broken, **upcoming means beyond and including today**.
139139
"""

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ profile = "black"
3737

3838
[tool.poetry]
3939
name = "nextinspace"
40-
version = "2.0.4"
40+
version = "2.0.5"
4141
description = "Never miss a launch."
4242
license = "GPL-3.0-or-later"
4343
authors = ["Gideon Shaked <gideonshaked@gmail.com>"]

0 commit comments

Comments
Β (0)