Skip to content

Commit ee0315f

Browse files
author
semantic-release
committed
1.4.3
Automatically generated by python-semantic-release
1 parent 729b2ff commit ee0315f

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33

44

5+
## v1.4.3 (2025-03-27)
6+
7+
###
8+
9+
* Update Fermi catalog: new branch analogous to the other but that don't produce conflicts (shift from using setup.cfg to pyproject.toml) (#51)
10+
11+
Co-authored-by: github-actions <[email protected]>
12+
Co-authored-by: Angela <[email protected]> ([`729b2ff`](https://github.com/icecube/skyreader/commit/729b2ffd9beda13b4281599a8015b96d7ddd5ae4))
13+
14+
515
## v1.4.2 (2025-03-14)
616

717
###

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
version = "1.4.2"
6+
version = "1.4.3"
77
dependencies = ["astropy", "healpy", "matplotlib", "meander", "mhealpy", "numpy", "pandas", "scipy", "wipac-dev-tools"]
88
name = "icecube-skyreader"
99
description = "An API for Results Produced by SkyDriver & the Skymap Scanner"

skyreader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# is zero for an official release, positive for a development branch,
2020
# or negative for a release candidate or beta (after the base version
2121
# number has been incremented)
22-
__version__ = "1.4.2"
22+
__version__ = "1.4.3"
2323
version_info = (
2424
int(__version__.split(".")[0]),
2525
int(__version__.split(".")[1]),

0 commit comments

Comments
 (0)