Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Dec 8, 2022
1 parent f322c58 commit e46ab2c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# History of changes

## Version 0.1.1 (2022-12-08)

### Issues Closed

* [Issue 13](https://github.com/spyder-ide/envs-manager/issues/13) - Add util function to manage `subprocess.run` calls between backends ([PR 23](https://github.com/spyder-ide/envs-manager/pull/23) by [@dalthviz](https://github.com/dalthviz))

In this release 1 issue was closed.

### Pull Requests Merged

* [PR 23](https://github.com/spyder-ide/envs-manager/pull/23) - PR: Refactor use of `subprocess.run`, by [@dalthviz](https://github.com/dalthviz) ([13](https://github.com/spyder-ide/envs-manager/issues/13))
* [PR 22](https://github.com/spyder-ide/envs-manager/pull/22) - PR: Add missing return and force kwarg to methods, by [@dalthviz](https://github.com/dalthviz)

In this release 2 pull requests were closed.


----


## Version 0.1.0 (2022-11-22)

### Issues Closed
Expand Down
2 changes: 1 addition & 1 deletion envs_manager/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2022-present Spyder Development Team and envs-manager contributors
#
# SPDX-License-Identifier: MIT
__version__ = "0.2.0.dev0"
__version__ = "0.1.1"
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ build-backend = "hatchling.build"

[project]
name = "envs-manager"
description = ''
description = 'A manager for Python environments and packages managers'
readme = "README.md"
requires-python = ">=3.7"
license = "MIT"
license = { text = "MIT" }
keywords = []
authors = [
{ name = "Spyder Development Team and envs-manager contributors" },
{ name = "Spyder Development Team and envs-manager contributors", email = "[email protected]" },
]
classifiers = [
Expand Down

0 comments on commit e46ab2c

Please sign in to comment.