Skip to content

Commit 1fdfd45

Browse files
committed
Prep for 2.5.1 release
1 parent 50620f1 commit 1fdfd45

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10-
## [2.5.0](https://github.com/NASA-AMMOS/AIT-Core/compare/2.4.0...2.5.0)
10+
## [2.5.1](https://github.com/NASA-AMMOS/AIT-Core/compare/2.5.0...2.5.1)
11+
12+
### Merged
13+
14+
- Issue #502 - Fix broken leapsecond file generation [`#503`](https://github.com/NASA-AMMOS/AIT-Core/pull/503)
15+
16+
### Commits
17+
18+
- Issue #502 - Fix leapsecond file retrieval location [`06e49a2`](https://github.com/NASA-AMMOS/AIT-Core/commit/06e49a2f5da6d181956fa27b8b84f8b5211cd9ab)
19+
- Fix malformed server config in docs pages [`64da97c`](https://github.com/NASA-AMMOS/AIT-Core/commit/64da97c44775e23cb0b336511d82403f8ef16143)
20+
- Fix additional malformed server config in docs pages [`184d8be`](https://github.com/NASA-AMMOS/AIT-Core/commit/184d8bec62c274627ffd1bc488f4e70555caf8e7)
21+
- Issue #502 - Update to latest leapsecond file [`8a2811e`](https://github.com/NASA-AMMOS/AIT-Core/commit/8a2811ef505379c7e7950a9a185ef34dbfaf0ec3)
22+
23+
## [2.5.0](https://github.com/NASA-AMMOS/AIT-Core/compare/2.4.0...2.5.0) - 2023-07-26
1124

1225
### Merged
1326

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

29+
### Commits
30+
31+
- Prep for 2.5.0 release [`1badbd8`](https://github.com/NASA-AMMOS/AIT-Core/commit/1badbd80a4cc1e756fe368ad3344dd9f8d13ad3f)
32+
1633
## [2.4.0](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.6-rc1...2.4.0) - 2023-01-25
1734

1835
### Merged

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
# built documents.
7070
#
7171
# The short X.Y version.
72-
version = u'2.5.0'
72+
version = u'2.5.1'
7373
# The full version, including alpha/beta/rc tags.
74-
release = u'2.5.0'
74+
release = u'2.5.1'
7575

7676
# The language for content autogenerated by Sphinx. Refer to documentation
7777
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = 'ait-core'
7-
version = '2.5.0'
7+
version = '2.5.1'
88
description = "NASA JPL's Ground Data System toolkit for Instrument and CubeSat Missions"
99
license = 'MIT'
1010
readme = 'README.rst'

0 commit comments

Comments
 (0)