Skip to content

Commit ac75c76

Browse files
committed
Prep for 2.4.1
1 parent 011b63b commit ac75c76

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@ 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.4.0](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.3.2-rc1...2.4.0)
10+
## [2.4.1](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.4.0...2.4.1)
11+
12+
### Commits
13+
14+
- Fix RST formatting issues that were breaking PyPI [`011b63b`](https://github.com/NASA-AMMOS/AIT-GUI/commit/011b63bdb62426def957c6c49febbe08d436ea9d)
15+
16+
## [2.4.0](https://github.com/NASA-AMMOS/AIT-GUI/compare/2.3.2-rc1...2.4.0) - 2023-07-26
1117

1218
### Merged
1319

20+
- Issue #253 - Add ait-example to poetry scripts [`#255`](https://github.com/NASA-AMMOS/AIT-GUI/pull/255)
21+
- Issue #252 - Drop setup.py [`#254`](https://github.com/NASA-AMMOS/AIT-GUI/pull/254)
1422
- Issue #241 - Add linters and dev tools to match Core [`#250`](https://github.com/NASA-AMMOS/AIT-GUI/pull/250)
1523
- Issue #245 - Drop ait/__init__.py [`#246`](https://github.com/NASA-AMMOS/AIT-GUI/pull/246)
1624
- Issue #247 - Pin greenlet version [`#248`](https://github.com/NASA-AMMOS/AIT-GUI/pull/248)
@@ -25,18 +33,19 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
2533

2634
### Commits
2735

36+
- UI static artifact updates for 2.4.0 release [`ac6091f`](https://github.com/NASA-AMMOS/AIT-GUI/commit/ac6091fe7deb3dfa922099e25b3e5a8d59b0839c)
2837
- Update Python version bounds to match Core [`e6981cc`](https://github.com/NASA-AMMOS/AIT-GUI/commit/e6981cca077a67f42c2d1009cf83a95414d496d4)
2938
- Poetry lock file update post dev dependency updates [`6430481`](https://github.com/NASA-AMMOS/AIT-GUI/commit/64304815875ddfc3d838ae19708bb5d3c7fe74a4)
3039
- Add poetry and pre-comit. Also fix related linter issues. [`517d3da`](https://github.com/NASA-AMMOS/AIT-GUI/commit/517d3dada1436e4c57b7203472b43cfbc5f65e58)
3140
- Issue #241 - Linter compliance updates [`cf6865e`](https://github.com/NASA-AMMOS/AIT-GUI/commit/cf6865eed78d92e533f3af17a47bb16587d13b19)
3241
- Bump sphinx dependency version for docs build debug [`8ee8d90`](https://github.com/NASA-AMMOS/AIT-GUI/commit/8ee8d9093473fe9f58c51fe97746ba42ed990d49)
3342
- Issue #241 - Add linters and checks to match Core [`cd00594`](https://github.com/NASA-AMMOS/AIT-GUI/commit/cd005944a0bfab12d3d76192bd0a1410accc2cbb)
43+
- Prep for 2.4.0 release [`246ba43`](https://github.com/NASA-AMMOS/AIT-GUI/commit/246ba43b4d0affc9c761aeb09c70bf5e29a53c96)
3444
- gitignore updates [`752a262`](https://github.com/NASA-AMMOS/AIT-GUI/commit/752a262729d49883ee2bef879518a2c12e0f840e)
3545
- Issue #241 - Add tox config and update gitignore [`a35a02e`](https://github.com/NASA-AMMOS/AIT-GUI/commit/a35a02e68fc7384ab286ff681db07747a2fc859a)
3646
- Issue #241 - Update README with dev tool related updates [`2be208c`](https://github.com/NASA-AMMOS/AIT-GUI/commit/2be208cb840eb2a574dd85a99eaf9abc31125545)
3747
- Ignore some spurious mypy errors [`7fdd86f`](https://github.com/NASA-AMMOS/AIT-GUI/commit/7fdd86f63aca275ba1a17d6703b04b13993c7527)
3848
- Update RTD config for broken build debug [`16b2d9e`](https://github.com/NASA-AMMOS/AIT-GUI/commit/16b2d9ef32840559bab0be0c4165c41b9cafbb7e)
39-
- Issue #253 - Add ait-example to poetry scripts [`81825c0`](https://github.com/NASA-AMMOS/AIT-GUI/commit/81825c011210d32a46e2bf9473894f277781e56d)
4049
- Add explicit sphinx-js dependency for RTD build debug [`7bfe6e2`](https://github.com/NASA-AMMOS/AIT-GUI/commit/7bfe6e223e07358badfac8fbdf2f1b89b19a0c0a)
4150
- Issue #231 - Update requires poetry core version [`b6caa64`](https://github.com/NASA-AMMOS/AIT-GUI/commit/b6caa643494a8d5934817a52f5facaa6f3452e49)
4251

ait/gui/static/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ait-gui",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "AIT GUI",
55
"main": "index.js",
66
"scripts": {

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
# built documents.
7373
#
7474
# The short X.Y version.
75-
version = u'2.4.0'
75+
version = u'2.4.1'
7676
# The full version, including alpha/beta/rc tags.
77-
release = u'2.4.0'
77+
release = u'2.4.1'
7878

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

pyproject.toml

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

1919
[tool.poetry]
2020
name = "ait-gui"
21-
version = "2.4.0"
21+
version = "2.4.1"
2222
description = """\
2323
A framework for building a custom website for realtime telemetry \
2424
monitoring, commanding, and other MOS operations, built atop the \

0 commit comments

Comments
 (0)