Skip to content

Commit

Permalink
Prep for 2.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MJJoyce committed Mar 11, 2021
1 parent 4136409 commit e00e1cd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ 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.3.0](https://github.com/NASA-AMMOS/AIT-Core/compare/2.2.0...2.3.0)
## [2.3.1](https://github.com/NASA-AMMOS/AIT-Core/compare/2.3.0...2.3.1)

### Merged

- Issue #318 - Fix validation error message sorting issue [`#323`](https://github.com/NASA-AMMOS/AIT-Core/pull/323)

### Fixed

- Issue #318 - Fix validation error message sorting issue [`#318`](https://github.com/NASA-AMMOS/AIT-Core/issues/318)

## [2.3.0](https://github.com/NASA-AMMOS/AIT-Core/compare/2.2.0...2.3.0) - 2021-03-10

### Merged

Expand All @@ -19,6 +29,10 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- Issue #299 - Update server 0MQ data passing [`#299`](https://github.com/NASA-AMMOS/AIT-Core/issues/299)
- Issue #320 - Add limits_find_dn utility [`#320`](https://github.com/NASA-AMMOS/AIT-Core/issues/320)

### Commits

- Prep for 0.2.3 release [`fe90bc3`](https://github.com/NASA-AMMOS/AIT-Core/commit/fe90bc32cee36595197e1cd3b71a9c070b96038e)

## [2.2.0](https://github.com/NASA-AMMOS/AIT-Core/compare/2.1.0...2.2.0) - 2021-02-10

### 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 @@ -65,9 +65,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.3.0'
version = u'2.3.1'
# The full version, including alpha/beta/rc tags.
release = u'2.3.0'
release = u'2.3.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 setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def run(self):

setup(
name = 'ait-core',
version = '2.3.0',
version = '2.3.1',
description = description,
long_description = long_description,
long_description_content_type = 'text/x-rst',
Expand Down

0 comments on commit e00e1cd

Please sign in to comment.