Skip to content

Commit

Permalink
Merge pull request #254 from jacebrowning/release/v2.3.1
Browse files Browse the repository at this point in the history
Loosen datafiles requirement
  • Loading branch information
jacebrowning committed Mar 6, 2021
2 parents be1a326 + e741839 commit 31464e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "gitman"
version = "2.3"
version = "2.3.1"
description = "A language-agnostic dependency manager using Git."

license = "MIT"
Expand Down Expand Up @@ -43,7 +43,7 @@ classifiers = [

python = "^3.7"

datafiles = "~0.11"
datafiles = ">=0.11"
minilog = "^2.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 31464e3

Please sign in to comment.