Skip to content

Commit

Permalink
Prep for 2.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MJJoyce committed Nov 30, 2023
1 parent 50620f1 commit 1fdfd45
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [2.5.0](https://github.com/NASA-AMMOS/AIT-Core/compare/2.4.0...2.5.0)
## [2.5.1](https://github.com/NASA-AMMOS/AIT-Core/compare/2.5.0...2.5.1)

### Merged

- Issue #502 - Fix broken leapsecond file generation [`#503`](https://github.com/NASA-AMMOS/AIT-Core/pull/503)

### Commits

- Issue #502 - Fix leapsecond file retrieval location [`06e49a2`](https://github.com/NASA-AMMOS/AIT-Core/commit/06e49a2f5da6d181956fa27b8b84f8b5211cd9ab)
- Fix malformed server config in docs pages [`64da97c`](https://github.com/NASA-AMMOS/AIT-Core/commit/64da97c44775e23cb0b336511d82403f8ef16143)
- Fix additional malformed server config in docs pages [`184d8be`](https://github.com/NASA-AMMOS/AIT-Core/commit/184d8bec62c274627ffd1bc488f4e70555caf8e7)
- Issue #502 - Update to latest leapsecond file [`8a2811e`](https://github.com/NASA-AMMOS/AIT-Core/commit/8a2811ef505379c7e7950a9a185ef34dbfaf0ec3)

## [2.5.0](https://github.com/NASA-AMMOS/AIT-Core/compare/2.4.0...2.5.0) - 2023-07-26

### Merged

- Issue #498 - Temporarily pin pyyaml to 5.3.1 [`#499`](https://github.com/NASA-AMMOS/AIT-Core/pull/499)

### Commits

- Prep for 2.5.0 release [`1badbd8`](https://github.com/NASA-AMMOS/AIT-Core/commit/1badbd80a4cc1e756fe368ad3344dd9f8d13ad3f)

## [2.4.0](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.6-rc1...2.4.0) - 2023-01-25

### Merged
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.5.0'
version = u'2.5.1'
# The full version, including alpha/beta/rc tags.
release = u'2.5.0'
release = u'2.5.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = 'ait-core'
version = '2.5.0'
version = '2.5.1'
description = "NASA JPL's Ground Data System toolkit for Instrument and CubeSat Missions"
license = 'MIT'
readme = 'README.rst'
Expand Down

0 comments on commit 1fdfd45

Please sign in to comment.