Skip to content

Commit

Permalink
Declare version 1.49
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-rhodes committed Jun 13, 2024
1 parent 9d4087b commit cf5b78c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Changelog
Released versions
-----------------

v1.49 — Upcoming
----------------
v1.49 — 2024 June 13
--------------------

* A new :meth:`~skyfield.sgp4lib.EarthSatellite.from_omm()` Earth
Satellite constructor has been added to load satellite elements from
Expand Down
2 changes: 1 addition & 1 deletion skyfield/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
the repository, as well as the http://rhodesmill.org/skyfield/ site!
"""
VERSION = 1, 48
VERSION = 1, 49
__version__ = '.'.join(map(str, VERSION))

0 comments on commit cf5b78c

Please sign in to comment.