Skip to content

Commit

Permalink
Updated version to 2.3.0 (#345)
Browse files Browse the repository at this point in the history
* Bumped version number

* Removed unnecessary entries from CHANGELOG

* Updated version number testing
  • Loading branch information
pchakraborty authored Jan 13, 2025
1 parent a6da6de commit a8ef77b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

## [2.3.0] - 2025-01-12

### Changed

- Moved `mepo status` and `mepo restore-state` to default to their serial variants rather than parallel by default. At the same time, we remove the `--serial` option from these commands and add a `--parallel` option if users want to run them in parallel.

## [2.2.1] - 2025-01-03
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mepo"
version = "2.2.1"
version = "2.3.0"
description = "A tool for managing (m)ultiple r(epo)s"
authors = [{name="GMAO SI Team", email="siteam@gmao.gsfc.nasa.gov"}]
dependencies = [
Expand Down
2 changes: 1 addition & 1 deletion tests/test_mepo_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def test_reset(self):
self.__class__.__mepo_clone()

def test_mepo_version(self):
self.assertEqual(get_mepo_version(), "2.2.1")
self.assertEqual(get_mepo_version(), "2.3.0")

def tearDown(self):
pass
Expand Down

0 comments on commit a8ef77b

Please sign in to comment.