diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ffd06..af969af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.2.2] - 2024 - 5 - 20 ### Added @@ -72,6 +72,6 @@ Initial Release Along with many helpful interfaces to web tools such as JPL Horizons or IPAC's IRSA. -[Unreleased]: https://github.com/IPAC-SW/neospy/tree/main +[0.2.2]: https://github.com/IPAC-SW/neospy/tree/main [0.2.1]: https://github.com/IPAC-SW/neospy/releases/tag/v0.2.1 [0.2.0]: https://github.com/IPAC-SW/neospy/releases/tag/v0.2.0 diff --git a/Cargo.toml b/Cargo.toml index e11957c..15a0d1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "_core" -version = "0.2.1" +version = "0.2.2" edition = "2021" diff --git a/LICENSE b/LICENSE index af4c581..05b25db 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2024, IPAC-SW +Copyright (c) 2024, Caltech IPAC Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/docs/conf.py b/docs/conf.py index d03798c..266f2a5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = "neospy" -copyright = "2024, Dar Dahlen" +copyright = "2024, Caltech IPAC" author = "Dar Dahlen" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 33ec80e..c4a4f70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" authors = [{name = "Dar Dahlen", email = "ddahlen@ipac.caltech.edu"}, {name = "Joe Masiero", email = "jmasiero@ipac.caltech.edu"}, ] -license = {text = "MIT"} +license = {text = "BSD"} requires-python = ">=3.9" classifiers=["Programming Language :: Python :: 3"] dependencies = ["astropy>=5.3.4", diff --git a/src/neospy_core/Cargo.toml b/src/neospy_core/Cargo.toml index 5e8b094..2049866 100644 --- a/src/neospy_core/Cargo.toml +++ b/src/neospy_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neospy_core" -version = "0.2.1" +version = "0.2.2" edition = "2021" [lib]